diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-02-02 04:27:47 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-02-02 04:27:47 +0000 |
| commit | 0f1cbf93f85d0eb2b532a43ebd398274e20d3501 (patch) | |
| tree | 208f2fa740cf529f9e53d54a07041e0ae5eabd6e /sys/dev/rtwn | |
| parent | 8df0966fda117124c8ac3714a8a0f71415f21d6a (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 1b54e5409d2e..a22c39ada643 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.h +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h @@ -157,7 +157,8 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = { RTWN_RTL8821AU_DEV(HAWKING, HD65U), RTWN_RTL8821AU_DEV(MELCO, WIU2433DM), RTWN_RTL8821AU_DEV(NETGEAR, A6100), - RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU) + RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU_1), + RTWN_RTL8821AU_DEV(REALTEK, RTL8821AU_2) #undef RTWN_RTL8821AU_DEV }; |
