summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-05 17:28:05 +0000
committeradrian <adrian@FreeBSD.org>2012-01-05 17:28:05 +0000
commit501817ac5ecf2fc947d7fbacf2db18c647e59efb (patch)
tree53d9c512d54ff06e370ecb04b56f3166131868f4 /sys/ia64
parent7958662e6655ce11761648ded1be212845214b98 (diff)
downloadFreeBSD-src-501817ac5ecf2fc947d7fbacf2db18c647e59efb.zip
FreeBSD-src-501817ac5ecf2fc947d7fbacf2db18c647e59efb.tar.gz
Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the
wlan and ath modules respectively assume this is set. Pointy hat to: adrian
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/GENERIC9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index a6e0677..21e90b8 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -180,6 +180,15 @@ device uslcom # SI Labs CP2101/CP2102 serial adapters
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
OpenPOWER on IntegriCloud