PERFORCE change 150140 for review

Sam Leffler sam at FreeBSD.org
Fri Sep 19 19:50:47 UTC 2008


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

Change 150140 by sam at sam_ebb on 2008/09/19 19:50:45

	correct SMPS definitions
	Submitted by:	jaredh

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211.h#17 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211.h#17 (text+ko) ====

@@ -540,10 +540,10 @@
 #define	IEEE80211_HTCAP_LDPC		0x0001	/* LDPC supported */
 #define	IEEE80211_HTCAP_CHWIDTH40	0x0002	/* 20/40 supported */
 #define	IEEE80211_HTCAP_SMPS		0x000c	/* SM Power Save mode */
-#define	IEEE80211_HTCAP_SMPS_OFF	0x0000	/* none (static mode) */
+#define	IEEE80211_HTCAP_SMPS_OFF	0x000c	/* disabled */
 #define	IEEE80211_HTCAP_SMPS_DYNAMIC	0x0004	/* send RTS first */
 /* NB: SMPS value 2 is reserved */
-#define	IEEE80211_HTCAP_SMPS_ENA	0x000c	/* enabled */
+#define	IEEE80211_HTCAP_SMPS_ENA	0x0000	/* enabled (static mode) */
 #define	IEEE80211_HTCAP_GREENFIELD	0x0010	/* Greenfield supported */
 #define	IEEE80211_HTCAP_SHORTGI20	0x0020	/* Short GI in 20MHz */
 #define	IEEE80211_HTCAP_SHORTGI40	0x0040	/* Short GI in 40MHz */


More information about the p4-projects mailing list