Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 17:28:06 +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: r229605 - head/sys/ia64/conf
Message-ID:  <201201051728.q05HS6vo046481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Jan  5 17:28:05 2012
New Revision: 229605
URL: http://svn.freebsd.org/changeset/base/229605

Log:
  Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the
  wlan and ath modules respectively assume this is set.
  
  Pointy hat to:	adrian

Modified:
  head/sys/ia64/conf/GENERIC

Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC	Thu Jan  5 17:22:32 2012	(r229604)
+++ head/sys/ia64/conf/GENERIC	Thu Jan  5 17:28:05 2012	(r229605)
@@ -180,6 +180,15 @@ device		uslcom		# SI Labs CP2101/CP2102 
 device		uvisor		# Visor and Palm devices
 device		uvscom		# USB serial support for DDI pocket's PHS
 
+# Wireless NIC cards.
+# The wlan(4) module assumes this, so just define it so it
+# at least correctly loads.
+options		IEEE80211_SUPPORT_MESH
+
+# The ath(4) and ath_hal(4) code requires this.  The module currently
+# builds everything including AR5416 (and later 11n NIC) support.
+options		AH_SUPPORT_AR5416
+
 # FireWire support
 device		fwip		# IP over FireWire (RFC 2734,3146)
 # sbp(4) works for some systems but causes boot failure on others



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