Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2009 23:18:43 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r187900 - projects/vap7/sys/arm/conf
Message-ID:  <200901292318.n0TNIh6Z067943@svn.freebsd.org>

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



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