From owner-cvs-src-old@FreeBSD.ORG Mon Apr 13 21:01:16 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 AEB9E1065679 for ; Mon, 13 Apr 2009 21:01:16 +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 9A7218FC16 for ; Mon, 13 Apr 2009 21:01:16 +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 n3DL1Gx7035362 for ; Mon, 13 Apr 2009 21:01:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3DL1Gqb035361 for cvs-src-old@freebsd.org; Mon, 13 Apr 2009 21:01:16 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200904132101.n3DL1Gqb035361@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 13 Apr 2009 21:01:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah.c src/sys/dev/ath/ath_hal/ar5210 ar5210_phy.c src/sys/dev/ath/ath_hal/ar5211 ar5211_phy.c src/sys/dev/ath/ath_hal/ar5212 ar5212_phy.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: Mon, 13 Apr 2009 21:01:17 -0000 sam 2009-04-13 21:01:08 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah.c sys/dev/ath/ath_hal/ar5210 ar5210_phy.c sys/dev/ath/ath_hal/ar5211 ar5211_phy.c sys/dev/ath/ath_hal/ar5212 ar5212_phy.c Log: SVN rev 191022 on 2009-04-13 21:01:08Z by sam o eliminate a << in calculating the tx time for turbo mode by pre-multiplying data in the phy tables o correct the ctrl rate indices in the 5212 turbog phy table Revision Changes Path 1.9 +1 -2 src/sys/dev/ath/ath_hal/ah.c 1.2 +9 -9 src/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c 1.2 +9 -9 src/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c 1.3 +15 -15 src/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c