adrian 734677ca72 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
..
2013-07-17 01:34:25 +00:00
2013-04-30 18:29:05 +00:00
2013-06-29 19:57:57 +00:00
2013-05-13 20:03:59 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-06-02 18:10:16 +00:00
2013-05-10 16:41:26 +00:00
2013-07-12 21:36:29 +00:00
2013-04-28 20:55:45 +00:00
2013-07-07 19:47:22 +00:00
2013-07-20 07:24:01 +00:00
2013-05-10 16:41:26 +00:00
2013-08-11 06:57:57 +00:00
2013-06-17 20:11:04 +00:00
2013-06-28 14:41:06 +00:00
2013-08-03 21:24:52 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00