Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2009 11:16:17 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 156424 for review
Message-ID:  <200901201116.n0KBGHsu057342@repoman.freebsd.org>

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

Change 156424 by weongyo@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;



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