PERFORCE change 81678 for review

Sam Leffler sam at FreeBSD.org
Mon Aug 8 20:12:11 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81678

Change 81678 by sam at 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 */


More information about the p4-projects mailing list