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-121 rev B1 to list of supported d...
details: https://anonhg.NetBSD.org/src/rev/8cb8106863bf
branches: trunk
changeset: 970789:8cb8106863bf
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Apr 04 08:46:01 2020 +0000
description:
Add D-Link DWA-121 rev B1 to list of supported devices
>From Miguel Landaeta in kern/55140
diffstat:
sys/dev/usb/if_urtwn.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a08c4ce4a421 -r 8cb8106863bf sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Sat Apr 04 08:44:32 2020 +0000
+++ b/sys/dev/usb/if_urtwn.c Sat Apr 04 08:46:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_urtwn.c,v 1.84 2020/03/15 23:04:51 thorpej Exp $ */
+/* $NetBSD: if_urtwn.c,v 1.85 2020/04/04 08:46:01 skrll 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.84 2020/03/15 23:04:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.85 2020/04/04 08:46:01 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -212,6 +212,7 @@
URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),
URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU),
URTWN_RTL8188E_DEV(TPLINK, RTL8188EU),
+ URTWN_RTL8188E_DEV(DLINK, DWA121B1),
/* URTWN_RTL8192EU */
URTWN_RTL8192EU_DEV(DLINK, DWA131E),
Home |
Main Index |
Thread Index |
Old Index