1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Make sure that 'rs' is pointing to the correct RX status.

This commit is contained in:
Adrian Chadd 2012-07-14 05:53:03 +00:00
parent b5b60f35b7
commit 9a5a667da4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238441

View File

@ -394,6 +394,7 @@ ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
* Note: this may or may not free bf->bf_m and sync/unmap
* the frame.
*/
rs = &bf->bf_status.ds_rxstat;
if (ath_rx_pkt(sc, rs, bf->bf_rxstatus, tsf, nf, qtype, bf))
ngood++;
}