From owner-cvs-src-old@FreeBSD.ORG Thu May 7 00:35:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05E9E1065677 for ; Thu, 7 May 2009 00:35:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD4E28FC13 for ; Thu, 7 May 2009 00:35:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n470ZgfH065705 for ; Thu, 7 May 2009 00:35:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n470ZgWc065704 for cvs-src-old@freebsd.org; Thu, 7 May 2009 00:35:42 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200905070035.n470ZgWc065704@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 7 May 2009 00:35:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 00:35:43 -0000 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