Author: jhb
Date: Fri Apr 29 14:01:49 2011
New Revision: 221207
URL: http://svn.freebsd.org/changeset/base/221207

Log:
  Fix build of this kernel config.  The ath(4) bits need the 11n frame format
  even though ar5416 isn't enabled.
  
  Reviewed by:  adrian

Modified:
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA   Fri Apr 29 12:52:18 2011        (r221206)
+++ head/sys/arm/conf/CAMBRIA   Fri Apr 29 14:01:49 2011        (r221207)
@@ -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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to