[PATCH 3/8] ath10k: fix memory leak on hif_start failpath
Michal Kazior
michal.kazior at tieto.com
Fri Nov 22 08:05:13 EST 2013
If post_rx failed then completions were not freed.
Signed-off-by: Michal Kazior <michal.kazior at tieto.com>
---
drivers/net/wireless/ath/ath10k/pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index d4536cb..4067890 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -1205,6 +1205,7 @@ static int ath10k_pci_hif_start(struct ath10k *ar)
if (ret) {
ath10k_warn("failed to post RX buffers for all pipes: %d\n",
ret);
+ ath10k_pci_stop_ce(ar);
return ret;
}
--
1.8.4.rc3
More information about the ath10k
mailing list