From owner-p4-projects@FreeBSD.ORG Sat Jun 12 06:41:39 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D26401065680; Sat, 12 Jun 2010 06:41:38 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97054106567D for ; Sat, 12 Jun 2010 06:41:38 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84D6B8FC1F for ; Sat, 12 Jun 2010 06:41:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5C6fc4O054126 for ; Sat, 12 Jun 2010 06:41:38 GMT (envelope-from hselasky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5C6fcXA054124 for perforce@freebsd.org; Sat, 12 Jun 2010 06:41:38 GMT (envelope-from hselasky@FreeBSD.org) Date: Sat, 12 Jun 2010 06:41:38 GMT Message-Id: <201006120641.o5C6fcXA054124@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 179519 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2010 06:41:39 -0000 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