From: Sujith Manoharan Date: Wed, 9 Jan 2013 10:37:48 +0000 (+0530) Subject: ath9k_htc: Fix memory leak X-Git-Tag: v3.2.38~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d88fd9a962521d352b67c4ff3a86aa474315b4;p=pandora-kernel.git ath9k_htc: Fix memory leak commit 0981c3b24ef664f5611008a6e6d0622fac6d892b upstream. SKBs that are allocated in the HTC layer do not have callbacks registered and hence ended up not being freed, Fix this by freeing them properly in the TX completion routine. Reported-by: Larry Finger Signed-off-by: Sujith Manoharan Tested-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed