diff options
author | jhb <jhb@FreeBSD.org> | 2011-04-29 14:01:49 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-04-29 14:01:49 +0000 |
commit | 6a4b2fc4dce273251ad9b2b2297a0a53057f6ba2 (patch) | |
tree | 08b5e974fd1ece070bbec8aeed3299ae21bf2467 | |
parent | 192a77088805621db67ad40b80c2e1bcdb533602 (diff) | |
download | FreeBSD-src-6a4b2fc4dce273251ad9b2b2297a0a53057f6ba2.zip FreeBSD-src-6a4b2fc4dce273251ad9b2b2297a0a53057f6ba2.tar.gz |
Fix build of this kernel config. The ath(4) bits need the 11n frame format
even though ar5416 isn't enabled.
Reviewed by: adrian
-rw-r--r-- | sys/arm/conf/CAMBRIA | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA index dd829c6..6862129 100644 --- a/sys/arm/conf/CAMBRIA +++ b/sys/arm/conf/CAMBRIA @@ -144,7 +144,7 @@ device ath_rf5112 device ath_rf5413 # #device ath_ar5416 -#options AH_SUPPORT_AR5416 # NB: for 11n descriptor format +options AH_SUPPORT_AR5416 # NB: for 11n descriptor format #device ath_ar9160 #device ath_ar9280 |