diff options
author | 2020-11-15 00:04:05 +0000 | |
---|---|---|
committer | 2020-11-15 00:04:05 +0000 | |
commit | c63cca64c9696a9c89a89236116d7bdba6eadb96 (patch) | |
tree | 081525985433722712a33bd7b4c1d099df6f2e60 | |
parent | regen (diff) | |
download | wireguard-openbsd-c63cca64c9696a9c89a89236116d7bdba6eadb96.tar.xz wireguard-openbsd-c63cca64c9696a9c89a89236116d7bdba6eadb96.zip |
match on Edimax EW-7811Un V2, from Morgan Aldridge
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index 4693ad37dca..137706dcb59 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.95 2020/11/12 13:31:19 krw Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.96 2020/11/15 00:04:05 jmatthew Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -326,6 +326,7 @@ static const struct urtwn_type { URTWN_DEV_8188EU(DLINK, DWA121B1), URTWN_DEV_8188EU(DLINK, DWA123D1), URTWN_DEV_8188EU(DLINK, DWA125D1), + URTWN_DEV_8188EU(EDIMAX, EW7811UNV2), URTWN_DEV_8188EU(ELECOM, WDC150SU2M), URTWN_DEV_8188EU(REALTEK, RTL8188ETV), URTWN_DEV_8188EU(REALTEK, RTL8188EU), |