From owner-cvs-src-old@FreeBSD.ORG Thu Feb 19 04:24:33 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 8A3BD1065708 for ; Thu, 19 Feb 2009 04:24:33 +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 767658FC1D for ; Thu, 19 Feb 2009 04:24:33 +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 n1J4OXZB077273 for ; Thu, 19 Feb 2009 04:24:33 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1J4OXo5077272 for cvs-src-old@freebsd.org; Thu, 19 Feb 2009 04:24:33 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200902190424.n1J4OXo5077272@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 19 Feb 2009 04:24:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah.c ah_internal.h 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: Thu, 19 Feb 2009 04:24:33 -0000 sam 2009-02-19 04:24:22 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah.c ah_internal.h sys/dev/ath/ath_hal/ar5212 ar5212_phy.c Log: SVN rev 188773 on 2009-02-19 04:24:22Z by sam Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels: o mark phy type to indicate 1/2 or 1/4-rate operation o use phy type instead of channel attributes to identify 1/2 and 1/4-rate operation o general cleanup of code including move phy constants to ah_internal.h Eventually this code should go away and we should use the net0211 equivalents. Revision Changes Path 1.5 +31 -69 src/sys/dev/ath/ath_hal/ah.c 1.7 +24 -0 src/sys/dev/ath/ath_hal/ah_internal.h 1.2 +19 -17 src/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c