From e0f55c69b6b1286277cf50b54d8dce6a090151fc Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 25 Feb 2010 12:31:11 +0000 Subject: [PATCH] Add new net80211 and ath options. --- sys/config/GENERIC | 3 +++ sys/config/LINT | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 66b9800915..56b0f14cc9 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -266,6 +266,9 @@ device fe0 at isa? disable port 0x300 device xe # Wireless NIC cards +options IEEE80211_DEBUG +options IEEE80211_SUPPORT_MESH +options IEEE80211_SUPPORT_TDMA device wlan # 802.11 support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support diff --git a/sys/config/LINT b/sys/config/LINT index 23e5078f8d..f042400095 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -1425,6 +1425,9 @@ device sr device sn0 at isa? port 0x300 irq 10 # Wlan support is mandatory for some wireless LAN devices. +options IEEE80211_DEBUG +options IEEE80211_SUPPORT_MESH +options IEEE80211_SUPPORT_TDMA device wlan # 802.11 support device wlan_acl # 802.11 MAC-based access control for AP device wlan_ccmp # 802.11 CCMP support @@ -1438,6 +1441,7 @@ options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output device an # Aironet Communications 4500/4800 device ath # Atheros AR521x +options AH_SUPPORT_AR5416 device ath_hal # Atheros Hardware Access Layer #device ath_rate_amrr # Atheros AMRR TX rate control algorithm #device ath_rate_onoe # Atheros Onoe TX rate control algorithm -- 2.41.0