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:
parent
b5b60f35b7
commit
9a5a667da4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238441
@ -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++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user