diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/recv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index ac60c4ee62d3..da54ff5f3d7e 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
@@ -718,6 +718,7 @@ static bool ath_edma_get_buffers(struct ath_softc *sc, | |||
718 | __skb_unlink(skb, &rx_edma->rx_fifo); | 718 | __skb_unlink(skb, &rx_edma->rx_fifo); |
719 | list_add_tail(&bf->list, &sc->rx.rxbuf); | 719 | list_add_tail(&bf->list, &sc->rx.rxbuf); |
720 | ath_rx_edma_buf_link(sc, qtype); | 720 | ath_rx_edma_buf_link(sc, qtype); |
721 | return true; | ||
721 | } | 722 | } |
722 | skb_queue_tail(&rx_edma->rx_buffers, skb); | 723 | skb_queue_tail(&rx_edma->rx_buffers, skb); |
723 | 724 | ||