|
@@ -695,9 +695,9 @@ static bool ath_edma_get_buffers(struct ath_softc *sc,
|
|
__skb_unlink(skb, &rx_edma->rx_fifo);
|
|
__skb_unlink(skb, &rx_edma->rx_fifo);
|
|
list_add_tail(&bf->list, &sc->rx.rxbuf);
|
|
list_add_tail(&bf->list, &sc->rx.rxbuf);
|
|
ath_rx_edma_buf_link(sc, qtype);
|
|
ath_rx_edma_buf_link(sc, qtype);
|
|
- } else {
|
|
|
|
- bf = NULL;
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ bf = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
*dest = bf;
|
|
*dest = bf;
|