mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for D-Link DWA-131.
This commit is contained in:
parent
85a8614e0b
commit
1d02cf7c8d
3 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ The following adapters should work:
|
|||
.Pp
|
||||
.Bl -tag -width Ds -offset indent -compact
|
||||
.It Belkin F7D1102 Surf Wireless Micro
|
||||
.It D-Link DWA-131
|
||||
.It Edimax EW-7811Un
|
||||
.It Netgear WNA1000M
|
||||
.It Realtek RTL8192CU
|
||||
|
|
|
|||
|
|
@ -1545,6 +1545,7 @@ product DLINK RTL8188CU 0x3308 RTL8188CU
|
|||
product DLINK RTL8192CU_1 0x3307 RTL8192CU
|
||||
product DLINK RTL8192CU_2 0x3309 RTL8192CU
|
||||
product DLINK RTL8192CU_3 0x330a RTL8192CU
|
||||
product DLINK DWA131B 0x330d DWA-131 rev B
|
||||
product DLINK2 DWA120 0x3a0c DWA-120
|
||||
product DLINK2 DWA120_NF 0x3a0d DWA-120 (no firmware)
|
||||
product DLINK2 DWLG122C1 0x3c03 DWL-G122 c1
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = {
|
|||
URTWN_DEV(DLINK, RTL8192CU_1),
|
||||
URTWN_DEV(DLINK, RTL8192CU_2),
|
||||
URTWN_DEV(DLINK, RTL8192CU_3),
|
||||
URTWN_DEV(DLINK, DWA131B),
|
||||
URTWN_DEV(EDIMAX, EW7811UN),
|
||||
URTWN_DEV(EDIMAX, RTL8192CU),
|
||||
URTWN_DEV(FEIXUN, RTL8188CU),
|
||||
|
|
|
|||
Loading…
Reference in a new issue