PERFORCE change 156283 for review

Weongyo Jeong weongyo at FreeBSD.org
Sat Jan 17 01:30:47 PST 2009


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

Change 156283 by weongyo at weongyo_ws on 2009/01/17 09:29:48

	read the regulatory capabilities to use in further work.

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_uath.c#6 edit
.. //depot/projects/vap/sys/dev/usb/if_uathvar.h#3 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_uath.c#6 (text+ko) ====

@@ -2052,6 +2052,7 @@
 	GETCAP(CAP_ANALOG_2GHz_REVISION, cap->analog2GhzRevision);
 
 	GETCAP(CAP_REG_DOMAIN, cap->regDomain);
+	GETCAP(CAP_REG_CAP_BITS, cap->regCapBits);
 #if 0
 	/* NB: not supported in rev 1.5 */
 	GETCAP(CAP_COUNTRY_CODE, cap->countryCode);

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

@@ -94,6 +94,7 @@
 	uint32_t			analog5GhzRevision;
 	uint32_t			analog2GhzRevision;
 	uint32_t			regDomain;
+	uint32_t			regCapBits;
 	uint32_t			countryCode;
 	uint32_t			keyCacheSize;
 	uint32_t			numTxQueues;


More information about the p4-projects mailing list