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
1 changed files with 1 additions and 0 deletions

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++;
}