svn commit: r221207 - head/sys/arm/conf

John Baldwin jhb at FreeBSD.org
Fri Apr 29 14:01:50 UTC 2011


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
 


More information about the svn-src-all mailing list