Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2012 15:32:16 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237136 - in head/sys: amd64/conf i386/conf
Message-ID:  <201206151532.q5FFWGh0089802@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Jun 15 15:32:16 2012
New Revision: 237136
URL: http://svn.freebsd.org/changeset/base/237136

Log:
  Oops - use the actual 11n enable option.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Fri Jun 15 15:28:15 2012	(r237135)
+++ head/sys/amd64/conf/GENERIC	Fri Jun 15 15:32:16 2012	(r237136)
@@ -274,7 +274,7 @@ device		ath_pci		# Atheros pci/cardbus g
 device		ath_hal		# pci/cardbus chip support
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
 options 	AH_AR5416_INTERRUPT_MITIGATION	# AR5416 interrupt mitigation
-options 	ATH_SUPPORT_11N	# Enable 802.11n support for AR5416 and later
+options 	ATH_ENABLE_11N	# Enable 802.11n support for AR5416 and later
 device		ath_rate_sample	# SampleRate tx rate control for ath
 #device		bwi		# Broadcom BCM430x/BCM431x wireless NICs.
 #device		bwn		# Broadcom BCM43xx wireless NICs.

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Fri Jun 15 15:28:15 2012	(r237135)
+++ head/sys/i386/conf/GENERIC	Fri Jun 15 15:32:16 2012	(r237136)
@@ -286,7 +286,7 @@ device		ath_pci		# Atheros pci/cardbus g
 device		ath_hal		# pci/cardbus chip support
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
 options 	AH_AR5416_INTERRUPT_MITIGATION	# AR5416 interrupt mitigation
-options 	ATH_SUPPORT_11N	# Enable 802.11n support for AR5416 and later
+options 	ATH_ENABLE_11N	# Enable 802.11n support for AR5416 and later
 device		ath_rate_sample	# SampleRate tx rate control for ath
 #device		bwi		# Broadcom BCM430x/BCM431x wireless NICs.
 #device		bwn		# Broadcom BCM43xx wireless NICs.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206151532.q5FFWGh0089802>