svn commit: r187900 - projects/vap7/sys/arm/conf

Sam Leffler sam at FreeBSD.org
Thu Jan 29 15:18:45 PST 2009


Author: sam
Date: Thu Jan 29 23:18:43 2009
New Revision: 187900
URL: http://svn.freebsd.org/changeset/base/187900

Log:
  enable tdma and diagapi support

Modified:
  projects/vap7/sys/arm/conf/AVILA

Modified: projects/vap7/sys/arm/conf/AVILA
==============================================================================
--- projects/vap7/sys/arm/conf/AVILA	Thu Jan 29 23:12:06 2009	(r187899)
+++ projects/vap7/sys/arm/conf/AVILA	Thu Jan 29 23:18:43 2009	(r187900)
@@ -128,6 +128,7 @@ 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
@@ -137,6 +138,8 @@ device		ath_hal		# Atheros HAL (Hardware
 options		AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
 device		ath_rate_sample	# SampleRate tx rate control for ath
 options		ATH_DEBUG
+options		ATH_DIAGAPI
+options		ATH_SUPPORT_TDMA
 
 #device		crypto
 #device		cryptodev


More information about the svn-src-projects mailing list