summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-05-19 17:54:32 +0000
committersam <sam@FreeBSD.org>2009-05-19 17:54:32 +0000
commitd72799b6d947c5f4865b9c701ad67b9d7a579de9 (patch)
tree57d98d1fa9de84080288a31d2b059b54333538b4 /sys/dev/ath
parent74ad0d13c4278506577442c7d516b6d9f49c7c8a (diff)
downloadFreeBSD-src-d72799b6d947c5f4865b9c701ad67b9d7a579de9.zip
FreeBSD-src-d72799b6d947c5f4865b9c701ad67b9d7a579de9.tar.gz
correct HAL_INT_BNR comment, this bit is mapped directly the h/w now
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ah.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index e91ad93..ba55a2d 100644
--- a/sys/dev/ath/ath_hal/ah.h
+++ b/sys/dev/ath/ath_hal/ah.h
@@ -328,7 +328,7 @@ typedef enum {
HAL_INT_RXKCM = 0x00008000,
HAL_INT_SWBA = 0x00010000,
HAL_INT_BMISS = 0x00040000,
- HAL_INT_BNR = 0x00100000, /* Non-common mapping */
+ HAL_INT_BNR = 0x00100000,
HAL_INT_TIM = 0x00200000, /* Non-common mapping */
HAL_INT_DTIM = 0x00400000, /* Non-common mapping */
HAL_INT_DTIMSYNC= 0x00800000, /* Non-common mapping */
OpenPOWER on IntegriCloud