Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 22:48:17 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 70190 for review
Message-ID:  <200502022248.j12MmHQs077531@repoman.freebsd.org>

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

Change 70190 by sam@sam_ebb on 2005/02/02 22:48:12

	noop shuffle of state; power management really makes sense only
	in the common area right now

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_var.h#4 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_var.h#4 (text+ko) ====

@@ -106,6 +106,7 @@
 	u_int16_t		ic_modecaps;	/* set of mode capabilities */
 	u_int16_t		ic_curmode;	/* current mode */
 	u_int16_t		ic_lintval;	/* beacon interval */
+	u_int16_t		ic_holdover;	/* PM hold over duration */
 	u_int16_t		ic_bmisstimeout;/* beacon miss threshold (ms) */
 	u_int16_t		ic_txpowlimit;	/* global tx power limit */
 
@@ -209,7 +210,6 @@
 	int			iv_fixed_rate;	/* index to ic_sup_rates[] */
 	u_int16_t		iv_rtsthreshold;
 	u_int16_t		iv_fragthreshold;
-	u_int16_t		iv_holdover;	/* PM hold over duration */
 	u_int16_t		iv_txmin;	/* min tx retry count */
 	u_int16_t		iv_txmax;	/* max tx retry count */
 	u_int16_t		iv_txlifetime;	/* tx lifetime */



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