summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-07-06 10:38:55 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-07-06 10:38:55 +0000
commit7933f5a19aaa65bfa185cd5f3ced80786f900268 (patch)
tree83813e3bccb61ef990d45c8912bbaa89bb98fd3d /sys/dev
parent760b749927defd9c8603bc9663d8ce98e7b22be5 (diff)
match on D-Link DWA-121 rev B1
from Miguel Landaeta
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_urtwn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c
index 5a663005e2a..4238d3a44d0 100644
--- a/sys/dev/usb/if_urtwn.c
+++ b/sys/dev/usb/if_urtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urtwn.c,v 1.91 2020/07/05 07:47:32 stsp Exp $ */
+/* $OpenBSD: if_urtwn.c,v 1.92 2020/07/06 10:38:54 jsg Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -322,6 +322,7 @@ static const struct urtwn_type {
URTWN_DEV_8192CU(ZYXEL, RTL8192CU),
/* URTWN_RTL8188E */
URTWN_DEV_8188EU(ABOCOM, RTL8188EU),
+ URTWN_DEV_8188EU(DLINK, DWA121B1),
URTWN_DEV_8188EU(DLINK, DWA123D1),
URTWN_DEV_8188EU(DLINK, DWA125D1),
URTWN_DEV_8188EU(ELECOM, WDC150SU2M),