]> Pileus Git - ~andy/linux/commit
mac80211: reset TX info flags when frame will be reprocessed
authorJohannes Berg <johannes.berg@intel.com>
Thu, 9 Jan 2014 00:45:28 +0000 (01:45 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 10 Jan 2014 08:43:34 +0000 (09:43 +0100)
commit03c8c06f2d080b841ecbfc63253228ba6efcab08
treefa8d392dcace4dadbe93fe8c29f9b1aa2bf094cc
parentf9f760b4883d7fbfb463a67267e2be6b440d1aeb
mac80211: reset TX info flags when frame will be reprocessed

The temporary TX info flags need to be cleared if the frame will
be processed through the TX handlers again, otherwise it can get
messed up. This fixes a bug that happened when an aggregation
session was stopped while the station was sleeping - some frames
might get transmitted marked as aggregation erroneously without
this fix.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c