Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2005 20:12:02 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81678 for review
Message-ID:  <200508082012.j78KC27U047232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81678

Change 81678 by sam@sam_ebb on 2005/08/08 20:11:01

	add sc_dturbo for future dynamic turbo ap support

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_athvar.h#41 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_athvar.h#41 (text+ko) ====

@@ -33,7 +33,7 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGES.
  *
- * $FreeBSD: src/sys/dev/ath/if_athvar.h,v 1.28 2005/07/24 05:11:39 sam Exp $
+ * $FreeBSD: src/sys/dev/ath/if_athvar.h,v 1.29 2005/08/08 18:46:36 sam Exp $
  */
 
 /*
@@ -226,7 +226,8 @@
 				sc_mcastkey: 1,	/* mcast key cache search */
 				sc_scanning: 1,	/* scanning active */
 				sc_syncbeacon:1,/* sync/resync beacon timers */
-				sc_hasclrkey:1;	/* CLR key supported */
+				sc_hasclrkey:1,	/* CLR key supported */
+				sc_dturbo  : 1;	/* dynamic turbo in use */
 						/* rate tables */
 	const HAL_RATE_TABLE	*sc_rates[IEEE80211_MODE_MAX];
 	const HAL_RATE_TABLE	*sc_half_rates;	/* half rate table */



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