From: Vasanthakumar Thiagarajan Date: Thu, 24 Jun 2010 09:42:44 +0000 (-0700) Subject: ath9k: Fix bug in paprd X-Git-Tag: v2.6.36-rc1~571^2~385^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca369eb494e45a3e3b8960775f88125fe1fbb0f2;p=pandora-kernel.git ath9k: Fix bug in paprd It is possbile that the transmission of paprd test frame might not get completed in 100ms if tx is stuck. Freeing this skb upon timeout in ath_paprd_calibrate() will result in accessing already freed memory when the associated pending buffer is drained in txq. This patch fixes this issue. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: John W. Linville --- Reading git-diff-tree failed