commit | aa5b549215f85cf48a7040bc9d33c4dae0c7d11a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Dec 02 22:08:52 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Dec 06 16:07:07 2011 -0500 |
tree | 99558936788c104390443012594bd4de73be69c3 | |
parent | 79e3b16b7123018610f2754ce1bd219c5dd844f5 [diff] |
mac80211: fix retransmit This fixes another regression from my "pass all fragments to driver at once" patches -- if the packet is being retransmitted then we don't go through all handlers, but we still need to move it to the skbs list, otherwise we run into the first warning in __ieee80211_tx() and leak the skb. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>