From owner-cvs-src-old@FreeBSD.ORG Wed May 25 07:19:39 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 77C87106566B for ; Wed, 25 May 2011 07:19:39 +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 639248FC0A for ; Wed, 25 May 2011 07:19:39 +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 p4P7JdC0070163 for ; Wed, 25 May 2011 07:19:39 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4P7Jd9Q070162 for cvs-src-old@freebsd.org; Wed, 25 May 2011 07:19:39 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201105250719.p4P7Jd9Q070162@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Wed, 25 May 2011 07:19:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_internal.h src/sys/dev/ath/ath_hal/ar5416 ar5416_ani.c ar5416_attach.c src/sys/dev/ath/ath_hal/ar9001 ar9160_attach.c src/sys/dev/ath/ath_hal/ar9002 ar9280_attach.c ar9285_attach.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: Wed, 25 May 2011 07:19:39 -0000 adrian 2011-05-25 07:19:19 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_internal.h sys/dev/ath/ath_hal/ar5416 ar5416_ani.c ar5416_attach.c sys/dev/ath/ath_hal/ar9001 ar9160_attach.c sys/dev/ath/ath_hal/ar9002 ar9280_attach.c ar9285_attach.c Log: SVN rev 222276 on 2011-05-25 07:19:19Z by adrian Tidy up the ANI API in preparation for looking to expose some more of the ANI statistics and committing some tools which use these. * Change HAL_ANI_* commands _back_ to be numerical, rather than a bitmap; * modify access to the ANI control bitmap to convert a command to a bitmap; * Fix the ANI noise immunity fiddling for CCK errors - it wasn't checking whether noise immunity was disabled or not. Revision Changes Path 1.38 +14 -9 src/sys/dev/ath/ath_hal/ah_internal.h 1.11 +13 -4 src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c 1.40 +2 -2 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.9 +1 -1 src/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c 1.22 +1 -1 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c 1.21 +1 -1 src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c