PERFORCE change 156424 for review

Weongyo Jeong weongyo at FreeBSD.org
Tue Jan 20 03:16:20 PST 2009


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

Change 156424 by weongyo at weongyo_ws on 2009/01/20 11:16:02

	add wireless modes supportted.

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_uathvar.h#4 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_uathvar.h#4 (text+ko) ====

@@ -100,6 +100,11 @@
 	uint32_t			numTxQueues;
 	uint32_t			connectionIdMax;
 	uint32_t			wirelessModes;
+#define	UATH_WIRELESS_MODE_11A		0x01
+#define	UATH_WIRELESS_MODE_TURBO	0x02
+#define	UATH_WIRELESS_MODE_11B		0x04
+#define	UATH_WIRELESS_MODE_11G		0x08
+#define	UATH_WIRELESS_MODE_108G		0x10
 	uint32_t			chanSpreadSupport;
 	uint32_t			compressSupport;
 	uint32_t			burstSupport;


More information about the p4-projects mailing list