3 @@ -13493,7 +13493,7 @@ cleanup_ath_buf(struct ath_softc *sc, st
7 - if (bf->bf_skbaddr) {
8 + if (bf->bf_skb && bf->bf_skbaddr) {
12 @@ -13501,8 +13501,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;