svn commit: r244767 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Fri Dec 28 07:49:46 UTC 2012


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


More information about the svn-src-head mailing list