From owner-cvs-src-old@FreeBSD.ORG Sun Mar 13 13:00:57 2011 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 96921106579B for ; Sun, 13 Mar 2011 13:00:57 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82F498FC1C for ; Sun, 13 Mar 2011 13:00:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2DD0vIc020090 for ; Sun, 13 Mar 2011 13:00:57 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2DD0vSX020089 for cvs-src-old@freebsd.org; Sun, 13 Mar 2011 13:00:57 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201103131300.p2DD0vSX020089@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 13 Mar 2011 13:00:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar2133.c src/sys/dev/ath/ath_hal/ar9002 ar9280.c ar9285.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: Sun, 13 Mar 2011 13:00:57 -0000 adrian 2011-03-13 13:00:45 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar2133.c sys/dev/ath/ath_hal/ar9002 ar9280.c ar9285.c Log: SVN rev 219605 on 2011-03-13 13:00:45Z by adrian Fix the nfarray offsets for the ar2133/ar5133 radio - (AR5416, AR9160, etc.) The offsets didn't match the assumption that nfarray[] is ordered by the chainmask bits and programmed via the register order in ar5416_cca_regs[]. This repairs that damage and ensures that chain 1 is programmed correctly. (And extension channels will now be programmed correctly also.) This fixes some of the stuck beacons I've been seeing on my AR9160/AR5416 setups - because Chain 1 would be programmed -80 or -85 dBm, which is higher than the actual noise floor and thus convincing the radio that indeed it can't ever transmit. Revision Changes Path 1.5 +21 -4 src/sys/dev/ath/ath_hal/ar5416/ar2133.c 1.3 +15 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280.c 1.2 +16 -1 src/sys/dev/ath/ath_hal/ar9002/ar9285.c