if_urtwn.c: add the TRENDnet TEW-648UBM

This commit is contained in:
brook 2022-06-23 13:46:27 +00:00
parent e375f70f7c
commit fcd3f3e4f7
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_urtwn.c,v 1.103 2022/04/06 22:01:45 mlelstv Exp $ */ /* $NetBSD: if_urtwn.c,v 1.104 2022/06/23 13:46:27 brook Exp $ */
/* $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $ */ /* $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $ */
/*- /*-
@ -25,7 +25,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.103 2022/04/06 22:01:45 mlelstv Exp $"); __KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.104 2022/06/23 13:46:27 brook Exp $");
#ifdef _KERNEL_OPT #ifdef _KERNEL_OPT
#include "opt_inet.h" #include "opt_inet.h"
@ -203,6 +203,7 @@ static const struct urtwn_dev {
URTWN_DEV(TPLINK, RTL8192CU), URTWN_DEV(TPLINK, RTL8192CU),
URTWN_DEV(TRENDNET, RTL8188CU), URTWN_DEV(TRENDNET, RTL8188CU),
URTWN_DEV(TRENDNET, RTL8192CU), URTWN_DEV(TRENDNET, RTL8192CU),
URTWN_DEV(TRENDNET, TEW648UBM),
URTWN_DEV(ZYXEL, RTL8192CU), URTWN_DEV(ZYXEL, RTL8192CU),
/* URTWN_RTL8188E */ /* URTWN_RTL8188E */