svn commit: r238441 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Sat Jul 14 05:53:04 UTC 2012
Author: adrian
Date: Sat Jul 14 05:53:03 2012
New Revision: 238441
URL: http://svn.freebsd.org/changeset/base/238441
Log:
Make sure that 'rs' is pointing to the correct RX status.
Modified:
head/sys/dev/ath/if_ath_rx_edma.c
Modified: head/sys/dev/ath/if_ath_rx_edma.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx_edma.c Sat Jul 14 05:51:54 2012 (r238440)
+++ head/sys/dev/ath/if_ath_rx_edma.c Sat Jul 14 05:53:03 2012 (r238441)
@@ -394,6 +394,7 @@ ath_edma_recv_proc_queue(struct ath_soft
* 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++;
}
More information about the svn-src-head
mailing list