Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath
Felix Fietkau 31e79a5954 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 <nbd@openwrt.org>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-07-14 13:52:45 -04:00
..
2009-10-07 16:39:29 -04:00
2010-03-23 16:50:17 -04:00
2010-03-23 16:50:17 -04:00
2009-10-07 16:39:41 -04:00
2009-10-07 16:39:28 -04:00