From 3d090dd20d45b1f19de0e2828b3856e06dcf13d0 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 5 Jan 2012 17:28:05 +0000 Subject: [PATCH] Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the wlan and ath modules respectively assume this is set. Pointy hat to: adrian --- sys/ia64/conf/GENERIC | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index a6e0677edb51..21e90b85df03 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