mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES
authorKarl Beldan <karl.beldan@rivierawaves.com>
Mon, 11 Nov 2013 12:12:55 +0000 (13:12 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:52:07 +0000 (20:52 +0100)
commit7a5e3fa2c81ca2fdc514c61ad90fb4e0b632258c
treee4e0d206aa23783104eff8f52a00bfb06835fd04
parent21f659bf1f93f7052b977d95cca560f02dc2edce
mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES

Consecutive MCSes in [8*(NSS-1)->8*NSS[ have the same number NSS of
streams (except for MCS32 which is mishandled ATM).
ATM minstrel_ht uses MCS_GROUP_RATES in place of this 8 modulus.
This change replaces such occurences and by doing so allows for different
values of MCS_GROUP_RATES (e.g to cope with VHT MCS8,9).

Signed-off-by: Karl Beldan <karl.beldan@rivierawaves.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rc80211_minstrel_ht.c
net/mac80211/rc80211_minstrel_ht_debugfs.c