From: Felix Fietkau Date: Mon, 12 Jul 2010 21:16:34 +0000 (+0200) Subject: ath9k: another fix for the A-MPDU buffer leak X-Git-Tag: v2.6.36-rc1~571^2~107^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e79a5954b78fbed15de2c8974d5a2b6019199a;p=pandora-kernel.git ath9k: another fix for the A-MPDU buffer leak The patch 'ath9k: fix a buffer leak in A-MPDU completion' addressed the issue of running out of buffers/descriptors in the tx path if a STA is deleted while tx status feedback is still pending. The remaining issue is that the skbs of the buffers are not reclaimed, leaving a memory leak. This patch fixes this issue by running the buffers through ath_tx_complete_buf(), ensuring that the pending frames counter is also updated. Signed-off-by: Felix Fietkau Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed