]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: add a flag to indicate CCK support for HT clients
authorFelix Fietkau <nbd@openwrt.org>
Tue, 20 Aug 2013 17:43:54 +0000 (19:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Aug 2013 13:03:25 +0000 (15:03 +0200)
commit3331d5431c3c7f4aa163f3ffc64c9836bbbde32b
tree3830dfe9ef53716ec408976758fe63019c498f6b
parent63fa60fce71bd8a597b53952355a0dd5ce92e1b8
mac80211: add a flag to indicate CCK support for HT clients

brcm80211 cannot handle sending frames with CCK rates as part of an
A-MPDU session. Other drivers may have issues too. Set the flag in all
drivers that have been tested with CCK rates.

This fixes a reported brcmsmac regression introduced in
commit ef47a5e4f1aaf1d0e2e6875e34b2c9595897bef6
"mac80211/minstrel_ht: fix cck rate sampling"

Cc: stable@vger.kernel.org # 3.10
Reported-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/carl9170/main.c
drivers/net/wireless/rt2x00/rt2800lib.c
include/net/mac80211.h
net/mac80211/rc80211_minstrel_ht.c