From: Sujith Manoharan Date: Wed, 9 Jan 2013 10:37:48 +0000 (+0530) Subject: ath9k_htc: Fix memory leak X-Git-Tag: v3.8-rc6~20^2~45^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0981c3b24ef664f5611008a6e6d0622fac6d892b;p=pandora-kernel.git ath9k_htc: Fix memory leak 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. Cc: Reported-by: Larry Finger Signed-off-by: Sujith Manoharan Tested-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed