diff options
author | Karl Beldan <karl.beldan@rivierawaves.com> | 2014-10-20 15:46:01 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-10-20 21:39:35 +0200 |
commit | 3ec373c421b6efc41b84b20265b4381beb1d7908 (patch) | |
tree | d53801c4b16d0ea75d2ce79ab44c6f56457b1b8c /drivers/video | |
parent | 8a0ee4fe1951af252b1ac7b5c6af4083bafc4c7e (diff) | |
download | linux-3ec373c421b6efc41b84b20265b4381beb1d7908.tar.bz2 |
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 <karl.beldan@rivierawaves.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions