From: Karl Beldan Date: Mon, 11 Nov 2013 12:12:55 +0000 (+0100) Subject: mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES X-Git-Tag: v3.14-rc1~94^2~334^2^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5e3fa2c81ca2fdc514c61ad90fb4e0b632258c;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed