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

This commit is contained in:
adrian 2012-07-14 05:53:03 +00:00
parent 852b8a4cb1
commit 6036c7128d

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