freebsd-dev/sys/dev/bwi
Adrian Chadd a1df5ac10a ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11n
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
2013-08-13 09:58:27 +00:00
..
bitops.h
bwimac.c ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11n 2013-08-13 09:58:27 +00:00
bwimac.h
bwiphy.c
bwiphy.h
bwirf.c
bwirf.h
if_bwi_pci.c
if_bwi.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
if_bwireg.h
if_bwivar.h