Date: Sat, 14 Jul 2012 05:53:04 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238441 - head/sys/dev/ath Message-ID: <201207140553.q6E5r4EX011994@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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++; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207140553.q6E5r4EX011994>