mirror of https://gitee.com/openkylin/linux.git
ath9k: Fix bug in handling rx frames with invalid descriptor content
Don't send them for further processing. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7fca8e2666
commit
083e3e8d3d
|
@ -718,6 +718,7 @@ static bool ath_edma_get_buffers(struct ath_softc *sc,
|
|||
__skb_unlink(skb, &rx_edma->rx_fifo);
|
||||
list_add_tail(&bf->list, &sc->rx.rxbuf);
|
||||
ath_rx_edma_buf_link(sc, qtype);
|
||||
return true;
|
||||
}
|
||||
skb_queue_tail(&rx_edma->rx_buffers, skb);
|
||||
|
||||
|
|
Loading…
Reference in New Issue