Add the AR9280 and later spectral scan register definitions.
Obtained from: Linux ath9k, Qualcomm Atheros (datasheet)
This commit is contained in:
parent
00ba39c988
commit
2720a0cbd9
@ -57,6 +57,20 @@
|
||||
#define AR_BT_DISABLE_BT_ANT 0x00100000
|
||||
#define AR_BT_DISABLE_BT_ANT_S 20
|
||||
|
||||
#define AR_PHY_SPECTRAL_SCAN 0x9910
|
||||
#define AR_PHY_SPECTRAL_SCAN_ENA 0x00000001
|
||||
#define AR_PHY_SPECTRAL_SCAN_ENA_S 0
|
||||
#define AR_PHY_SPECTRAL_SCAN_ACTIVE 0x00000002
|
||||
#define AR_PHY_SPECTRAL_SCAN_ACTIVE_S 1
|
||||
#define AR_PHY_SPECTRAL_SCAN_FFT_PERIOD 0x000000F0
|
||||
#define AR_PHY_SPECTRAL_SCAN_FFT_PERIOD_S 4
|
||||
#define AR_PHY_SPECTRAL_SCAN_PERIOD 0x0000FF00
|
||||
#define AR_PHY_SPECTRAL_SCAN_PERIOD_S 8
|
||||
#define AR_PHY_SPECTRAL_SCAN_COUNT 0x00FF0000
|
||||
#define AR_PHY_SPECTRAL_SCAN_COUNT_S 16
|
||||
#define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT 0x01000000
|
||||
#define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_S 24
|
||||
|
||||
/* For AR_PHY_RADAR0 */
|
||||
#define AR_PHY_RADAR_0_FFT_ENA 0x80000000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user