mirror of
https://github.com/proski/madwifi
synced 2024-11-26 00:09:46 +03:00
Do not assign buf->bf_skb to null before cleanup code runs
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2962 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
70c6a99d95
commit
15587c9e84
@ -11822,7 +11822,6 @@ cleanup_ath_buf(struct ath_softc *sc, struct ath_buf *buf, int direction)
|
||||
}
|
||||
#endif /* ATH_SUPERG_FF */
|
||||
buf->bf_node = NULL;
|
||||
buf->bf_skb = NULL;
|
||||
buf->bf_flags = 0;
|
||||
|
||||
if (buf->bf_desc) {
|
||||
|
Loading…
Reference in New Issue
Block a user