Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2009 09:30:45 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 156283 for review
Message-ID:  <200901170930.n0H9UjpV037847@repoman.freebsd.org>

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

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



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