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

Adrian Chadd adrian at FreeBSD.org
Sun Nov 18 14:05:29 UTC 2012


Author: adrian
Date: Sun Nov 18 14:05:28 2012
New Revision: 243227
URL: http://svnweb.freebsd.org/changeset/base/243227

Log:
  Correctly use spaces here.
  
  Pointed out by:	pjd

Modified:
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA	Sun Nov 18 14:00:03 2012	(r243226)
+++ head/sys/arm/conf/CAMBRIA	Sun Nov 18 14:05:28 2012	(r243227)
@@ -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
 


More information about the svn-src-head mailing list