mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add urtw(4) to the list of supported network interface.
This commit is contained in:
parent
0d5245c817
commit
03ef5eb245
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ static struct _devname {
|
|||
NETWORK("tl", "Texas Instruments ThunderLAN PCI Ethernet card"),
|
||||
NETWORK("upgt", "Conexant/Intersil PrismGT USB wireless adapter"),
|
||||
NETWORK("ural", "Ralink Technology RT2500USB 802.11 wireless adapter"),
|
||||
NETWORK("urtw", "Realtek 8187L USB wireless adapter"),
|
||||
NETWORK("vge", "VIA VT612x PCI Gigabit Ethernet card"),
|
||||
NETWORK("vr", "VIA VT3043/VT86C100A Rhine PCI Ethernet card"),
|
||||
NETWORK("vlan", "IEEE 802.1Q VLAN network interface"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue