The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
Billion Access Points. Fix wi(4) to recognise the adapter. PR: 77913 Submitted by: Daan Vreeken [PA4DAN] MFC after: 3 days
This commit is contained in:
parent
beefa1fa18
commit
2d74b1e938
@ -316,6 +316,7 @@ product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE
|
||||
product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN
|
||||
product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
|
||||
product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN
|
||||
product ESLA APDL325_IEEE 0x0006 ADPL325 Wireless LAN
|
||||
product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN
|
||||
product ELSA WIFI_FLASH 0x0101 802.11b plus 128MB Flash
|
||||
|
||||
|
@ -123,6 +123,7 @@ static const struct pccard_product wi_pccard_products[] = {
|
||||
PCMCIA_CARD(DLINK, DWL650H),
|
||||
PCMCIA_CARD(ELSA, XI300_IEEE),
|
||||
PCMCIA_CARD(ELSA, XI325_IEEE),
|
||||
PCMCIA_CARD(ELSA, APDL325_IEEE),
|
||||
PCMCIA_CARD(ELSA, XI330_IEEE),
|
||||
PCMCIA_CARD(ELSA, XI800_IEEE),
|
||||
PCMCIA_CARD(ELSA, WIFI_FLASH),
|
||||
|
Loading…
Reference in New Issue
Block a user