freebsd-dev/sys/dev/bwi
Bernhard Schmidt a7c6aabdc3 Instead of using the AMRR ratectl algo as default for drivers which have
the IEEE80211_C_RATECTL flag set, default to NONE for all drivers. Only if
a driver calls ieee80211_ratectl_init() check if the NONE algo is still
selected and try to use AMRR in that case. Drivers are still free to use
any other algo by calling ieee80211_ratectl_set() prior to the
ieee80211_ratectl_init() call.

After this change it is now safe to assume that a ratectl algo is always
available and selected, which renders the IEEE80211_C_RATECTL flag pretty
much useless. Therefore revert r211314 and 211546.

Reviewed by:	rpaulo
MFC after:	2 weeks
2010-11-06 18:17:20 +00:00
..
bitops.h
bwimac.c
bwimac.h
bwiphy.c Remove unnecessary comments. 11A read/write is the same: its just the 2009-05-18 15:46:34 +00:00
bwiphy.h
bwirf.c
bwirf.h
if_bwi_pci.c Fixes a page fault in bwi_pci_probe() because the array isn't terminated 2010-07-10 22:37:23 +00:00
if_bwi.c Instead of using the AMRR ratectl algo as default for drivers which have 2010-11-06 18:17:20 +00:00
if_bwireg.h Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning 2009-05-18 01:07:38 +00:00
if_bwivar.h net80211 rate control framework (net80211 ratectl). 2010-04-07 15:29:13 +00:00