Author: sam
Date: Fri Mar  6 23:27:47 2009
New Revision: 189460
URL: http://svn.freebsd.org/changeset/base/189460

Log:
  enable tdma support by default; many people using these boards
  are using them to setup tdma p2p links

Modified:
  head/sys/arm/conf/AVILA
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/AVILA
==============================================================================
--- head/sys/arm/conf/AVILA     Fri Mar  6 23:26:50 2009        (r189459)
+++ head/sys/arm/conf/AVILA     Fri Mar  6 23:27:47 2009        (r189460)
@@ -102,12 +102,14 @@ device          random          # Entrop
 # 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

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA   Fri Mar  6 23:26:50 2009        (r189459)
+++ head/sys/arm/conf/CAMBRIA   Fri Mar  6 23:27:47 2009        (r189460)
@@ -101,12 +101,14 @@ device          random          # Entrop
 # 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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to