Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add D-Link DWA-131 rev E "Wireless N300 Nano USB...



details:   https://anonhg.NetBSD.org/src/rev/27924a7fecc9
branches:  trunk
changeset: 446816:27924a7fecc9
user:      tih <tih%NetBSD.org@localhost>
date:      Thu Dec 20 15:16:07 2018 +0000

description:
Add D-Link DWA-131 rev E "Wireless N300 Nano USB Adapter"

OK: jmcneill

diffstat:

 sys/dev/usb/if_urtwn.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0afa7f4d2543 -r 27924a7fecc9 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Thu Dec 20 15:13:07 2018 +0000
+++ b/sys/dev/usb/if_urtwn.c    Thu Dec 20 15:16:07 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.66 2018/12/15 10:30:58 msaitoh Exp $    */
+/*     $NetBSD: if_urtwn.c,v 1.67 2018/12/20 15:16:07 tih Exp $        */
 /*     $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $       */
 
 /*-
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.66 2018/12/15 10:30:58 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.67 2018/12/20 15:16:07 tih Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -195,6 +195,7 @@
        URTWN_RTL8188E_DEV(TPLINK, RTL8188EU),
 
        /* URTWN_RTL8192EU */
+       URTWN_RTL8192EU_DEV(DLINK,      DWA131E),
        URTWN_RTL8192EU_DEV(REALTEK,    RTL8192EU),
        URTWN_RTL8192EU_DEV(TPLINK,     RTL8192EU),
 };



Home | Main Index | Thread Index | Old Index