From 83f5c9db4f7e558127bb38c8e431507338129bb4 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 6 Mar 2009 23:27:47 +0000 Subject: [PATCH] enable tdma support by default; many people using these boards are using them to setup tdma p2p links --- sys/arm/conf/AVILA | 2 ++ sys/arm/conf/CAMBRIA | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA index 8e617758a59..2c419cc35e5 100644 --- a/sys/arm/conf/AVILA +++ b/sys/arm/conf/AVILA @@ -102,12 +102,14 @@ device random # Entropy device # Wireless NIC cards device wlan # 802.11 support options IEEE80211_DEBUG +options IEEE80211_SUPPORT_TDMA device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_xauth device ath # Atheros pci/cardbus NIC's +options ATH_SUPPORT_TDMA options ATH_DEBUG options ATH_DIAGAPI #options ATH_TX99_DIAG diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA index 73a92ca6c0d..c9a44c9ca0f 100644 --- a/sys/arm/conf/CAMBRIA +++ b/sys/arm/conf/CAMBRIA @@ -101,12 +101,14 @@ device random # Entropy device # Wireless NIC cards device wlan # 802.11 support options IEEE80211_DEBUG +options IEEE80211_SUPPORT_TDMA device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_xauth device ath # Atheros pci/cardbus NIC's +options ATH_SUPPORT_TDMA options ATH_DEBUG options ATH_DIAGAPI #options ATH_TX99_DIAG