From owner-svn-src-all@FreeBSD.ORG Fri Dec 28 07:49:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0597AD1A; Fri, 28 Dec 2012 07:49:46 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DE6448FC15; Fri, 28 Dec 2012 07:49:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBS7njNd080795; Fri, 28 Dec 2012 07:49:45 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBS7njqq080794; Fri, 28 Dec 2012 07:49:45 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201212280749.qBS7njqq080794@svn.freebsd.org> From: Adrian Chadd Date: Fri, 28 Dec 2012 07:49:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244767 - head/sys/dev/ath/ath_hal/ar5416 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 07:49:46 -0000 Author: adrian Date: Fri Dec 28 07:49:45 2012 New Revision: 244767 URL: http://svnweb.freebsd.org/changeset/base/244767 Log: Add radar_bin_thresh_sel (bit 24:26), which defines when to consider the radar FFT report bins as "strong". Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h Fri Dec 28 07:45:06 2012 (r244766) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416phy.h Fri Dec 28 07:49:45 2012 (r244767) @@ -64,6 +64,8 @@ #define AR_PHY_RADAR_EXT_ENA 0x00004000 #define AR_PHY_RADAR_1 0x9958 +#define AR_PHY_RADAR_1_BIN_THRESH_SEL 0x07000000 +#define AR_PHY_RADAR_1_BIN_THRESH_SEL_S 24 #define AR_PHY_RADAR_1_RELPWR_ENA 0x00800000 #define AR_PHY_RADAR_1_USE_FIR128 0x00400000 #define AR_PHY_RADAR_1_RELPWR_THRESH 0x003F0000