From: jsg Date: Tue, 22 Oct 2024 22:21:25 +0000 (+0000) Subject: remove duplicate entry in match table X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=05018d8c87940b86c97370e3f684df3b4d705c9f;p=openbsd remove duplicate entry in match table --- diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index a579dffb37f..4700f3e61c2 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.111 2024/09/01 03:09:00 jsg Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.112 2024/10/22 22:21:25 jsg Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini @@ -239,7 +239,6 @@ static const struct urtwn_type { struct usb_devno dev; uint32_t chip; } urtwn_devs[] = { - URTWN_DEV_8192CU(ABOCOM, RTL8188CU_1), URTWN_DEV_8192CU(ABOCOM, RTL8188CU_1), URTWN_DEV_8192CU(ABOCOM, RTL8188CU_2), URTWN_DEV_8192CU(ABOCOM, RTL8192CU),