]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: minstrel_ht: don't use control.flags in TX status path
authorJohannes Berg <johannes.berg@intel.com>
Thu, 22 Aug 2013 06:36:41 +0000 (08:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 22 Aug 2013 06:37:08 +0000 (08:37 +0200)
commit681f280017e39a333024cc9f76529286c2284dc9
tree9a87af089f1aa4914e1a0672aa8f71338792dc55
parentc3a0afb4d0c43b7dc7d9885b70e729b021e9f37b
mac80211: minstrel_ht: don't use control.flags in TX status path

Sujith reports that my commit ac1ad5352f5416af1b8d09d851317b5337b7babb
("mac80211: add control port protocol TX control flag") broke ath9k
(aggregation). The reason is that I made minstrel_ht use the flag in
the TX status path, where it can have been overwritten by the driver.
Since we have no more space in info->flags, revert that part of the
change for now, until we can reshuffle the flags or so.

Reported-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rc80211_minstrel_ht.c