diff options
author | adrian <adrian@FreeBSD.org> | 2012-08-24 00:40:01 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-08-24 00:40:01 +0000 |
commit | 25d46b5c9a1f2c674dfacf9e4967dfc6f831aed5 (patch) | |
tree | 45c8e8bc6e3fd8df6de444c5c44d3beeb944bbcf /sys/dev | |
parent | e1d6ea8a1b589db280cc6df5a56bc469748e5ab5 (diff) | |
download | FreeBSD-src-25d46b5c9a1f2c674dfacf9e4967dfc6f831aed5.zip FreeBSD-src-25d46b5c9a1f2c674dfacf9e4967dfc6f831aed5.tar.gz |
Oops, fix copy/paste silliness.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ath/ath_hal/ah.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index a273270..13a78f5 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -176,11 +176,11 @@ typedef enum { HAL_CAP_PCIE_LCR_OFFSET = 112, HAL_CAP_ENHANCED_DFS_SUPPORT = 117, /* hardware supports enhanced DFS */ - HAL_CAP_MCI = 118, - HAL_CAP_SMARTANTENNA = 119, - HAL_CAP_TRAFFIC_FAST_RECOVER = 120, - HAL_CAP_TX_DIVERSITY = 121, - HAL_CAP_CRDC = 122, + HAL_CAP_MCI = 118, + HAL_CAP_SMARTANTENNA = 119, + HAL_CAP_TRAFFIC_FAST_RECOVER = 120, + HAL_CAP_TX_DIVERSITY = 121, + HAL_CAP_CRDC = 122, /* The following are private to the FreeBSD HAL (224 onward) */ |