From: Johannes Berg Date: Tue, 4 Oct 2011 16:27:10 +0000 (+0200) Subject: mac80211: fix offchannel TX cookie matching X-Git-Tag: v3.2-rc1~129^2~83^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a1bcdb57d50f3038a255741ecc83e391e5282e;p=pandora-kernel.git 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 Tested-by: Jouni Malinen Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed