mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
Tested: * AR9285, STA * AR5416, STA Obtained from: QCA, Linux ath9k
This commit is contained in:
parent
552c550628
commit
3e9b8fe01b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265030
@ -476,10 +476,10 @@
|
||||
/* Sleep control */
|
||||
#define AR5416_SLEEP1_ASSUME_DTIM 0x00080000
|
||||
#define AR5416_SLEEP1_CAB_TIMEOUT 0xFFE00000 /* Cab timeout (TU) */
|
||||
#define AR5416_SLEEP1_CAB_TIMEOUT_S 22
|
||||
#define AR5416_SLEEP1_CAB_TIMEOUT_S 21
|
||||
|
||||
#define AR5416_SLEEP2_BEACON_TIMEOUT 0xFFE00000 /* Beacon timeout (TU)*/
|
||||
#define AR5416_SLEEP2_BEACON_TIMEOUT_S 22
|
||||
#define AR5416_SLEEP2_BEACON_TIMEOUT_S 21
|
||||
|
||||
/* Sleep Registers */
|
||||
#define AR_SLP32_HALFCLK_LATENCY 0x000FFFFF /* rising <-> falling edge */
|
||||
|
Loading…
Reference in New Issue
Block a user