Module Name: src
Committed By: nonaka
Date: Sun Jul 20 14:02:54 UTC 2014
Modified Files:
src/share/man/man4: urtwn.4
src/sys/dev/usb: if_urtwn.c
Log Message:
Add ASUSTeK USB-N10 NANO support.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/urtwn.4
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/if_urtwn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/urtwn.4
diff -u src/share/man/man4/urtwn.4:1.12 src/share/man/man4/urtwn.4:1.13
--- src/share/man/man4/urtwn.4:1.12 Sun Jul 20 13:39:10 2014
+++ src/share/man/man4/urtwn.4 Sun Jul 20 14:02:54 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: urtwn.4,v 1.12 2014/07/20 13:39:10 wiz Exp $
+.\" $NetBSD: urtwn.4,v 1.13 2014/07/20 14:02:54 nonaka Exp $
.\" $OpenBSD: urtwn.4,v 1.15 2011/11/26 06:39:33 ckuethe Exp $
.\"
.\" Copyright (c) 2010 Damien Bergamini <[email protected]>
@@ -103,6 +103,7 @@ The following adapters should work:
.Bl -tag -width Ds -offset indent -compact
.It Airlink101 AWLL5088
.It Aus. Linx AL-9604R1S
+.It ASUSTeK USB-N10 NANO
.It B-Link BL-LW05-5R
.It Belkin F7D1102 Surf Wireless Micro
.It D-Link DWA-121
Index: src/sys/dev/usb/if_urtwn.c
diff -u src/sys/dev/usb/if_urtwn.c:1.32 src/sys/dev/usb/if_urtwn.c:1.33
--- src/sys/dev/usb/if_urtwn.c:1.32 Sun Jul 20 13:25:23 2014
+++ src/sys/dev/usb/if_urtwn.c Sun Jul 20 14:02:53 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: if_urtwn.c,v 1.32 2014/07/20 13:25:23 nonaka Exp $ */
+/* $NetBSD: if_urtwn.c,v 1.33 2014/07/20 14:02:53 nonaka Exp $ */
/* $OpenBSD: if_urtwn.c,v 1.20 2011/11/26 06:39:33 ckuethe Exp $ */
/*-
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.32 2014/07/20 13:25:23 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.33 2014/07/20 14:02:53 nonaka Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -109,6 +109,7 @@ static const struct urtwn_dev {
URTWN_DEV(ABOCOM, RTL8188CU_2),
URTWN_DEV(ABOCOM, RTL8192CU),
URTWN_DEV(ASUSTEK, RTL8192CU),
+ URTWN_DEV(ASUSTEK, USBN10NANO),
URTWN_DEV(AZUREWAVE, RTL8188CE_1),
URTWN_DEV(AZUREWAVE, RTL8188CE_2),
URTWN_DEV(AZUREWAVE, RTL8188CU),