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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to