commit | 03c8c06f2d080b841ecbfc63253228ba6efcab08 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jan 09 01:45:28 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 10 09:43:34 2014 +0100 |
tree | fa8d392dcace4dadbe93fe8c29f9b1aa2bf094cc | |
parent | f9f760b4883d7fbfb463a67267e2be6b440d1aeb [diff] |
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>