mirror of https://github.com/proski/madwifi
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
This commit is contained in:
parent
70339802ca
commit
751589f640
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue