aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2014-04-27 23:33:37 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2014-04-27 23:33:37 +0000
commit3e9b8fe01b84e5e5f9db2a3c67f3e9bd5848a7cf (patch)
tree031e64dedb5c0dac4ee6b4644a2ad085befd054b
parent552c5506283d37430d9f3eb28e927b198fbea4f5 (diff)
downloadsrc-3e9b8fe01b84e5e5f9db2a3c67f3e9bd5848a7cf.tar.gz
src-3e9b8fe01b84e5e5f9db2a3c67f3e9bd5848a7cf.zip
Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
Tested: * AR9285, STA * AR5416, STA Obtained from: QCA, Linux ath9k
Notes
Notes: svn path=/head/; revision=265030
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
index 435599ce71a8..0ee1e70efe55 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
@@ -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 */