diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-01-16 10:33:51 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-01-16 10:33:51 +0000 |
| commit | a461b7e5db6aa096ceece5c43b9e13254d7d126f (patch) | |
| tree | e3333084e31a9b42e7d98dbbc85ac28dd76ea9b9 /sys/dev/rtwn | |
| parent | 62ee17d2eebcb087c2cfa5138356e95ebbade483 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rtwn')
| -rw-r--r-- | sys/dev/rtwn/usb/rtwn_usb_attach.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h b/sys/dev/rtwn/usb/rtwn_usb_attach.h index 437787a7fc4f..1b54e5409d2e 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.h +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h @@ -156,7 +156,8 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = { RTWN_RTL8821AU_DEV(EDIMAX, EW7811UTC_2), RTWN_RTL8821AU_DEV(HAWKING, HD65U), RTWN_RTL8821AU_DEV(MELCO, WIU2433DM), - RTWN_RTL8821AU_DEV(NETGEAR, A6100) + RTWN_RTL8821AU_DEV(NETGEAR, A6100), + RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU) #undef RTWN_RTL8821AU_DEV }; |
