From 751589f640cb16d8bd4145a7ee560425ddac88fc Mon Sep 17 00:00:00 2001 From: mentor Date: Sat, 19 Jan 2008 15:45:28 +0000 Subject: [PATCH] Revert r3220 Since r3076 ath_tx_capture no longer exists, and ath_capture no longer frees the SKB because it was a confusing place to do that. The reverted changeset has been tested to cause leaks, and once reverted the code operates correctly.i *fwap* git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3222 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index 31a7df3..f00dbaa 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -8071,7 +8071,6 @@ ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) #endif } - bf->bf_skb = NULL; ni = NULL; ath_return_txbuf(sc, &bf); } -- 2.35.1