diff options
author | Cédric Le Goater <clg@fr.ibm.com> | 2014-02-18 04:07:52 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-24 15:21:54 -0500 |
commit | 0867c8874ef0f32aa0ef4f7d7aef0a0109d939a5 (patch) | |
tree | 7d9e0c7cf84e9388d98c2f141fac5cbdfa53c81d /drivers/net/wireless/hostap | |
parent | da1bc3c4888c31e0b8a8bd4703bb1e7ed42f3be4 (diff) |
hostap: add Netgear MA401 card
This is a relatively old Prism2 card which is correctly supported
by the hostap driver.
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 9f825f2620da..b6ec51923b20 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -677,6 +677,8 @@ static const struct pcmcia_device_id hostap_cs_ids[] = { | |||
677 | PCMCIA_DEVICE_PROD_ID12( | 677 | PCMCIA_DEVICE_PROD_ID12( |
678 | "ZoomAir 11Mbps High", "Rate wireless Networking", | 678 | "ZoomAir 11Mbps High", "Rate wireless Networking", |
679 | 0x273fe3db, 0x32a1eaee), | 679 | 0x273fe3db, 0x32a1eaee), |
680 | PCMCIA_DEVICE_PROD_ID12("NETGEAR MA401 Wireless PC", "Card", | ||
681 | 0xa37434e9, 0x9762e8f1), | ||
680 | PCMCIA_DEVICE_PROD_ID123( | 682 | PCMCIA_DEVICE_PROD_ID123( |
681 | "Pretec", "CompactWLAN Card 802.11b", "2.5", | 683 | "Pretec", "CompactWLAN Card 802.11b", "2.5", |
682 | 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1), | 684 | 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1), |