summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-04-27 23:33:37 +0000
committeradrian <adrian@FreeBSD.org>2014-04-27 23:33:37 +0000
commit01d8d3e130bd6c9d91eec5df8f3609409e68872d (patch)
tree031e64dedb5c0dac4ee6b4644a2ad085befd054b
parent811bc0ce531a4bb7790e5915ad0e89b20c4a22e2 (diff)
downloadFreeBSD-src-01d8d3e130bd6c9d91eec5df8f3609409e68872d.zip
FreeBSD-src-01d8d3e130bd6c9d91eec5df8f3609409e68872d.tar.gz
Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
Tested: * AR9285, STA * AR5416, STA Obtained from: QCA, Linux ath9k
-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 435599c..0ee1e70 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 */
OpenPOWER on IntegriCloud