mac80211: fix VHT MCS calculation
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Mar 2013 16:33:18 +0000 (17:33 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Mar 2013 18:20:25 +0000 (19:20 +0100)
commit24af717c35189f7a83c34e637256ccb7295a617b
treedf93dfde818c78651882c8303095de0a23f0179f
parent7cbf9d017dbb5e3276de7d527925d42d4c11e732
mac80211: fix VHT MCS calculation

The VHT MCSes we advertise to the AP were supposed to
be restricted to the AP, but due to a bug in the logic
mac80211 will advertise rates to the AP that aren't
even supported by the local device. To fix this skip
any adjustment if the NSS isn't supported at all.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c