From 17f31804478d7c687653b106a7fa0648e81eb417 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 30 Mar 2009 19:23:49 +0000 Subject: Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It doesn't make much sense to configure driver support w/o net80211. Note this means ath now depends on opt_wlan.h. --- sys/arm/conf/AVILA | 1 - sys/arm/conf/CAMBRIA | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/arm/conf') diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA index 510e8af..cd1d338 100644 --- a/sys/arm/conf/AVILA +++ b/sys/arm/conf/AVILA @@ -111,7 +111,6 @@ 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 c938b91..70655de 100644 --- a/sys/arm/conf/CAMBRIA +++ b/sys/arm/conf/CAMBRIA @@ -114,7 +114,6 @@ 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 -- cgit v1.1