PERFORCE change 114942 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 24 00:27:28 UTC 2007


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

Change 114942 by sam at sam_ebb on 2007/02/24 00:27:26

	rename IEEE80211_NODE_PS_CHANGED; it's not used right now
	so this has no effect

Affected files ...

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

Differences ...

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

@@ -102,7 +102,7 @@
 #define IEEE80211_NODE_XR	0x0008		/* Atheros WME enable */
 #define IEEE80211_NODE_AR	0x0010		/* AR capable */
 #define IEEE80211_NODE_BOOST	0x0080 
-#define IEEE80211_NODE_PS_CHANGED	0x0200	/* PS state change */ 
+#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