Date: Thu, 7 May 2009 00:35:32 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath if_ath.c Message-ID: <200905070035.n470ZgWc065704@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-05-07 00:35:32 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: SVN rev 191866 on 2009-05-07 00:35:32Z by sam optimize ath_tx_findrix: there's no need to walk the rates table as sc_rixmap is an inverse map NB: could eliminate the check for an invalid rate by filling in 0 for invalid entries but the rate control modules use it to identify bogus rates so leave it for now Revision Changes Path 1.251 +18 -20 src/sys/dev/ath/if_ath.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905070035.n470ZgWc065704>