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:
mtaylor 2007-11-25 07:58:23 +00:00
parent 70c6a99d95
commit 15587c9e84

View File

@ -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) {