PERFORCE change 114945 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 24 00:31:35 UTC 2007


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

Change 114945 by sam at sam_ebb on 2007/02/24 00:31:30

	argh, commit what's in my code base

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_node.h#42 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_node.h#42 (text+ko) ====

@@ -101,8 +101,8 @@
 #define IEEE80211_NODE_FF	0x0004          /* Fast Frame capable */
 #define IEEE80211_NODE_XR	0x0008		/* Atheros WME enable */
 #define IEEE80211_NODE_AR	0x0010		/* AR capable */
+#define IEEE80211_NODE_PSUPDATE	0x0020		/* power save state change */ 
 #define IEEE80211_NODE_BOOST	0x0080 
-#define IEEE80211_NODE_PSUPDATE	0x0200		/* PS state change */ 
 	u_int16_t		ni_flags;	/* special-purpose state */
 #define	IEEE80211_NODE_AUTH	0x0001		/* authorized for data */
 #define	IEEE80211_NODE_QOS	0x0002		/* QoS enabled */


More information about the p4-projects mailing list