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)
commite133fae263090f5795b8024a4024b81e06770132
tree9a87af089f1aa4914e1a0672aa8f71338792dc55
parent27b3eb9c06a7193bdc9800cd00764a130343bc8a
mac80211: minstrel_ht: don't use control.flags in TX status path

Sujith reports that my commit af61a165187bb94b1dc7628ef815c23d0eacf40b
("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