From: Johannes Berg Date: Thu, 22 Aug 2013 06:36:41 +0000 (+0200) Subject: mac80211: minstrel_ht: don't use control.flags in TX status path X-Git-Tag: v3.12-rc1~132^2~84^2^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e133fae263090f5795b8024a4024b81e06770132;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed