From: Ben Greear Date: Wed, 13 Oct 2010 19:01:23 +0000 (-0700) Subject: ath9k: Fix potential use-after-free. X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c23cc81a5e5c1d4486b662cedd0afcdf9145f154;p=pandora-kernel.git ath9k: Fix potential use-after-free. The ath_debug_stat_tx references bf->bf_mpdu, which is the skb consumed by ath_tx_complete. So, call the ath_debug_stat_tx method first. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- Reading git-diff-tree failed