summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-05-26 06:04:30 +0000
committerjsg <jsg@openbsd.org>2020-05-26 06:04:30 +0000
commit018f6d9ca1e1093ad4e57eb659e535854e1aaef0 (patch)
treea771e3680b70776bbf677f39cae7eda164521a1c
parentregen (diff)
downloadwireguard-openbsd-018f6d9ca1e1093ad4e57eb659e535854e1aaef0.tar.xz
wireguard-openbsd-018f6d9ca1e1093ad4e57eb659e535854e1aaef0.zip
match on TP-Link TL-WN822N-EU v5
from Tero Koskinen
-rw-r--r--sys/dev/usb/if_urtwn.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c
index a51dc1003b3..e7cc2f4bb2b 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.88 2020/01/27 15:44:55 stsp Exp $ */
+/* $OpenBSD: if_urtwn.c,v 1.89 2020/05/26 06:04:30 jsg Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -332,7 +332,8 @@ static const struct urtwn_type {
URTWN_DEV_8192EU(DLINK, DWA131E1),
URTWN_DEV_8192EU(REALTEK, RTL8192EU),
URTWN_DEV_8192EU(TPLINK, RTL8192EU),
- URTWN_DEV_8192EU(TPLINK, RTL8192EU_2)
+ URTWN_DEV_8192EU(TPLINK, RTL8192EU_2),
+ URTWN_DEV_8192EU(TPLINK, RTL8192EU_3)
};
#define urtwn_lookup(v, p) \