mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
routines and thus assert if one passes in a rate code with the high bit set. Since the high bit can indicate either IEEE80211_RATE_BASIC or IEEE80211_RATE_MCS, it's up to the caller to determine whether the rate is 11n or not, and either mask out the BASIC bit, or call a different function. (Yes, this does mean that net80211 should grow 11n-aware rate2phytype() and rate2plcp() functions..) This may need to happen for the other drivers - it's currently only done (now) for iwn(4) and bwi(4). PR: kern/181100 |
||
|---|---|---|
| .. | ||
| bitops.h | ||
| bwimac.c | ||
| bwimac.h | ||
| bwiphy.c | ||
| bwiphy.h | ||
| bwirf.c | ||
| bwirf.h | ||
| if_bwi.c | ||
| if_bwi_pci.c | ||
| if_bwireg.h | ||
| if_bwivar.h | ||