mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
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 |
||
|---|---|---|
| .. | ||
| if_wpi.c | ||
| if_wpireg.h | ||
| if_wpivar.h | ||