3 @@ -13499,7 +13499,7 @@ cleanup_ath_buf(struct ath_softc *sc, st
7 - if (bf->bf_skbaddr) {
8 + if (bf->bf_skb && bf->bf_skbaddr) {
12 @@ -13507,8 +13507,6 @@ cleanup_ath_buf(struct ath_softc *sc, st
13 sc->sc_rxbufsize : bf->bf_skb->len),
16 - bf->bf_desc->ds_link = 0;
17 - bf->bf_desc->ds_data = 0;