commit | 28a1bcdb57d50f3038a255741ecc83e391e5282e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Oct 04 18:27:10 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 11 16:41:08 2011 -0400 |
tree | dec9177c1756343a7ba27db929e189c3726f26f9 | |
parent | af4dc88c56559c1ebf53628ddcc18dde23924e33 [diff] |
mac80211: fix offchannel TX cookie matching When I introduced in-kernel off-channel TX I introduced a bug -- the work can't be canceled again because the code clear the skb pointer. Fix this by keeping track separately of whether TX status has already been reported. Cc: stable@kernel.org [2.6.38+] Reported-by: Jouni Malinen <j@w1.fi> Tested-by: Jouni Malinen <j@w1.fi> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>