Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2009 23:27:47 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r189460 - head/sys/arm/conf
Message-ID:  <200903062327.n26NRl62031707@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903062327.n26NRl62031707>