mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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_rum.c | ||
| if_rumfw.h | ||
| if_rumreg.h | ||
| if_rumvar.h | ||
| if_run.c | ||
| if_runreg.h | ||
| if_runvar.h | ||
| if_uath.c | ||
| if_uathreg.h | ||
| if_uathvar.h | ||
| if_upgt.c | ||
| if_upgtvar.h | ||
| if_ural.c | ||
| if_uralreg.h | ||
| if_uralvar.h | ||
| if_urtw.c | ||
| if_urtwreg.h | ||
| if_urtwvar.h | ||
| if_zyd.c | ||
| if_zydfw.h | ||
| if_zydreg.h | ||