From: Karl Beldan Date: Mon, 20 Oct 2014 13:46:01 +0000 (+0200) Subject: mac80211: minstrel_ht: include type (cck/ht) in rates flag X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec373c421b6efc41b84b20265b4381beb1d7908;p=pandora-kernel.git mac80211: minstrel_ht: include type (cck/ht) in rates flag ATM, we grep cck rates idx with idx / MCS_GROUP_RATES == MINSTREL_CCK_GROUP. Matching neither-cck-non-ht rates could be done by replacing '==' with '>', however it would be less versatile or explicit. This will allow to match VHT rates with IEEE80211_TX_RC_VHT_MCS. Signed-off-by: Karl Beldan Cc: Felix Fietkau Signed-off-by: Johannes Berg --- Reading git-diff-tree failed