svn commit: r229605 - head/sys/ia64/conf

Adrian Chadd adrian at FreeBSD.org
Thu Jan 5 17:28:06 UTC 2012


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


More information about the svn-src-head mailing list