Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
part set to COMMUNITY_WELLKNOWN which is the same as USHRT_MAX.
Figured out by Greg Skinner
|
|
plus cast to vaddr_t where necassary
from Miod's todo list
ok miod@
|
|
abort commands, needed to eventually support command timeouts for non-polled
commands... no functional change.
|
|
|
|
future work. ok av@ a similar diff.
|
|
functions right after reading the BMSR as it was before the addition
of the fiber support and simplify brgphy_fiber_status() a bit.
ok dlg@
|
|
|
|
drivers can report 2-3x times the number of actual packets being
transmitted by only incrementing the counter for descriptors with
buffers being freed.
ok kettenis@
|
|
|
|
From FreeBSD
|
|
|
|
Sky2PC DVB cards.
From jbg@
|
|
wdt was converted to use the common watchdog code some time ago so this
is no longer needed.
"yes, we should remove it" mbalmer@
|
|
for makeinfo.
- Remove some white space.
ok beck@ biorn@
|
|
|
|
microarchitecture (yet). Family 11h (Griffin) is a K8
microarchitectre CPU with some bits from K10 such as power
management and sensor interface.
|
|
The exact details are unknown (possibly hw errata?) but the Windows
and Linux drivers have never supported Jumbos on this chipset and since
it is so old and rare it is not that big of a deal.
From FreeBSD
ok dlg@ awhile ago.
|
|
PHY. This helps with systems dual booting Windows XP/Vista where the
Windows drivers will put the PHY in power down mode when rebooting.
From FreeBSD
|
|
edmonton, but I forgot.
ok and extra testing phessler@.
|
|
This was never noticed since it's always used with a larger size.
Noticed by Stephane Marchesin.
|
|
without a directory (e.g. :cscope add cscope.out). Found and fixed by
Paul Irofti, with help from me; Thanks!
upstream nvi also has this fix.
ok otto@.
|
|
to the Attic. nothing uses it in the tree and it is very unlikely
that something will use it one day.
the only driver supporting FHSS PHYs in the tree is ray(4) and it
does not use net80211.
|
|
ok djm@ millert@
|
|
for now because it needs more testing, but basic WPA/WPA2 and WEP
seems to work. to enable it, set the compiled-in ath_softcrypto
variable to 1.
this is based on a previous diff from damien@ with some changes to
disable the hardware crypto engine if softcrypto is enabled and to
keeps the hardware crypto code in place to allow later work on
hardware WPA/WPA2.
|
|
(since it uses net80211 and does not manage dynamic parts of beacons).
spotted by jmc@
|
|
|
|
requested. Do this for GNU cvs compatibility, too.
ok joris
|
|
ok joris
|
|
error instead of ignoring it.
ok joris
|
|
|
|
"The driver lets you change to Host AP mode, but it does not work
and it probably never will."
so just remove the HOSTAP capability bit in the code and remove this
sentence.
|
|
CAVEATS section of all drivers claiming HostAP support:
"Host AP mode doesn't support power saving. Clients attempting to
use power saving mode may experience significant packet loss
(disabling power saving on the client will fix this)."
unfortunately (or not?), more and more clients are using PS mode by
default and will not work properly with an AP running OpenBSD.
proper handling of STAs in PS mode will come in net80211 but is is
very unlikely that all drivers will be ported.
|
|
apply; ok jsg@
|
|
add two capabilities flags: IEEE80211_C_HT for HT STAs (802.11n)
and IEEE80211_C_APPMGT which indicates the capability for an AP
to buffer unicast and multicast traffic for STAs in PS mode.
all drivers claiming HostAP support should support that but the
truth is that none of them do.
most of them are still at the 802.11b-only era and do not update
dynamic parts of beacons or process frames from ic_pwrsaveq.
|
|
files (only allow delete or merge+install); requested by nick@
no objections from laurent@ krw@ oga@
ok sthen@ nick@
|
|
ok thib
|
|
|
|
|
|
|
|
one function. Also fix reception of multicast packets when in promisuous
mode. The Realtek chips are a little different than most others in that
they will not receive multicast packets by enabling promiscuous mode
alone.
Tested by naddy@ and sthen@
ok naddy@
|
|
no binary changes.
|
|
fix a comment while i'm here.
pointed out by brad@
|
|
no binary changes.
|
|
some initial WMM bits too.
use license.template while i'm here.
|
|
require v4 firmware and the driver currently uses v3 firmware.
ok mglocker@
|