]> git.baikalelectronics.ru Git - kernel.git/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)
commit01af1597102260bf9e6781c71b9c8405dd0c5ae9
treefa8d392dcace4dadbe93fe8c29f9b1aa2bf094cc
parentbfaae8065826f2be720355dcd44058bd218caa32
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