svn commit: r187644 - user/sam/wifi/sys/dev/ath/ath_hal

Sam Leffler sam at FreeBSD.org
Fri Jan 23 12:03:26 PST 2009


Author: sam
Date: Fri Jan 23 20:03:25 2009
New Revision: 187644
URL: http://svn.freebsd.org/changeset/base/187644

Log:
  fix whitespace

Modified:
  user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c	Fri Jan 23 19:24:55 2009	(r187643)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c	Fri Jan 23 20:03:25 2009	(r187644)
@@ -1205,7 +1205,7 @@ static REG_DOMAIN regDomains[] = {
 	 .pscan			= PSCAN_MKK2,
 	 .flags			= DISALLOW_ADHOC_11A_TURB,
 	 .chan11a		= BM3(F1_4920_4980, F1_5040_5080, F1_5170_5230),
-	.chan11a_half		= BM4(F1_4915_4925,
+	 .chan11a_half		= BM4(F1_4915_4925,
 				      F1_4935_4945,
 				      F1_5035_5040,
 				      F1_5055_5055),


More information about the svn-src-user mailing list