]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: fix offchannel TX cookie matching
authorJohannes Berg <johannes.berg@intel.com>
Tue, 4 Oct 2011 16:27:10 +0000 (18:27 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:43:07 +0000 (09:43 -0800)
commitf9aea842ccd9be4c49e90c848afd187dd9880638
tree3bf21628f232a1038c17bd2f2fe46433bb8e0dbf
parent94ae8dc8223b4ec190c4de2b8bee90f5eff1f6cc
mac80211: fix offchannel TX cookie matching

commit 28a1bcdb57d50f3038a255741ecc83e391e5282e upstream.

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.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/status.c
net/mac80211/work.c