diff options
author | adrian <adrian@FreeBSD.org> | 2011-03-27 08:47:55 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-03-27 08:47:55 +0000 |
commit | 9b6aff35324de2e1563d48742840047de9b6010b (patch) | |
tree | 07c53e171ceee8d8d7fd4476c0e6d9ea9a64cce0 /sys/conf | |
parent | d780eed653d1e75874aa9b10dce0edb0321b2cdf (diff) | |
download | FreeBSD-src-9b6aff35324de2e1563d48742840047de9b6010b.zip FreeBSD-src-9b6aff35324de2e1563d48742840047de9b6010b.tar.gz |
Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n by
default but the ath driver doesn't. This is a much more consistent
name.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 145b33b..81fb881 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -768,6 +768,7 @@ ATH_TXBUF opt_ath.h ATH_RXBUF opt_ath.h ATH_DIAGAPI opt_ath.h ATH_TX99_DIAG opt_ath.h +ATH_ENABLE_11N opt_ah.h # options for the Atheros hal AH_SUPPORT_AR5416 opt_ah.h @@ -784,7 +785,6 @@ AH_NEED_DESC_SWAP opt_ah.h AH_USE_INIPDGAIN opt_ah.h AH_MAXCHAN opt_ah.h AH_RXCFG_SDMAMW_4BYTES opt_ah.h -AH_ENABLE_11N opt_ah.h # options for the Broadcom BCM43xx driver (bwi) BWI_DEBUG opt_bwi.h |