Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2010 06:41:38 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 179519 for review
Message-ID:  <201006120641.o5C6fcXA054124@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@179519?ac=10

Change 179519 by hselasky@hselasky_laptop001 on 2010/06/12 06:41:18

	
	USB WLAN:
		- additional patch related to change #179518.
	
	Submitted by:	Akinori
	Reviewed by:	hselasky @

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/wlan/if_runvar.h#8 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/wlan/if_runvar.h#8 (text+ko) ====

@@ -17,7 +17,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $FreeBSD: src/sys/dev/usb/wlan/if_runvar.h,v 1.5 2010/05/13 00:19:03 thompsa Exp $
+ * $FreeBSD$
  */
 
 #ifndef _IF_RUNVAR_H_
@@ -218,6 +218,7 @@
 	uint32_t			cmdq_store;
 	uint8_t				cmdq_exec;
 	uint8_t				cmdq_run;
+	uint8_t				cmdq_key_set;
 #define RUN_CMDQ_ABORT	0
 #define RUN_CMDQ_GO	1
 



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