diff options
author | adrian <adrian@FreeBSD.org> | 2012-11-18 14:05:28 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-11-18 14:05:28 +0000 |
commit | 37c894e23c6ba620c6ee4a13e997482060a69587 (patch) | |
tree | fee6511b406033fc7552a02c565dd66e0af5464d /sys | |
parent | c635b275d13c0e5c2e01c33eb5aba69efd28e9e8 (diff) | |
download | FreeBSD-src-37c894e23c6ba620c6ee4a13e997482060a69587.zip FreeBSD-src-37c894e23c6ba620c6ee4a13e997482060a69587.tar.gz |
Correctly use spaces here.
Pointed out by: pjd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/conf/CAMBRIA | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA index 40950d8..eb4024a 100644 --- a/sys/arm/conf/CAMBRIA +++ b/sys/arm/conf/CAMBRIA @@ -126,8 +126,8 @@ device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue options ATH_DEBUG options ATH_DIAGAPI -options ATH_ENABLE_DFS -options ATH_ENABLE_11N +options ATH_ENABLE_DFS +options ATH_ENABLE_11N #options ATH_TX99_DIAG device ath_rate_sample # SampleRate tx rate control for ath |