diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2007-02-27 22:46:46 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 11:00:55 -0400 |
commit | 99d3184ac7b4e91c88073f474ebe758540b3ad82 (patch) | |
tree | e1170c5a7415e0572baa5624ba31d9025f4a0c8f /drivers/net/wireless/hostap | |
parent | 742e9910d68a338189de8b5be77ae1d141f3851f (diff) |
[PATCH] hostap: Add D-Link DWL-650 Rev. P1 product id
It looks like some of the PC Card manfid/product strings were lost
when Host AP driver was converted to use PCMCIA_DEVICE_* helpers. This
patch adds back D-Link DWL-650 Rev. P1 using the same product ID
string match as the pcmcia-cs/cardmgr configuration used before.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 8d8f4b9b8b07..534da85e66f8 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -848,6 +848,11 @@ static struct pcmcia_device_id hostap_cs_ids[] = { | |||
848 | "Intersil", "PRISM 2_5 PCMCIA ADAPTER", "ISL37300P", | 848 | "Intersil", "PRISM 2_5 PCMCIA ADAPTER", "ISL37300P", |
849 | "Eval-RevA", | 849 | "Eval-RevA", |
850 | 0x4b801a17, 0x6345a0bf, 0xc9049a39, 0xc23adc0e), | 850 | 0x4b801a17, 0x6345a0bf, 0xc9049a39, 0xc23adc0e), |
851 | /* D-Link DWL-650 Rev. P1; manfid 0x000b, 0x7110 */ | ||
852 | PCMCIA_DEVICE_PROD_ID1234( | ||
853 | "D-Link", "DWL-650 Wireless PC Card RevP", "ISL37101P-10", | ||
854 | "A3", | ||
855 | 0x1a424a1c, 0x6ea57632, 0xdd97a26b, 0x56b21f52), | ||
851 | PCMCIA_DEVICE_PROD_ID123( | 856 | PCMCIA_DEVICE_PROD_ID123( |
852 | "Addtron", "AWP-100 Wireless PCMCIA", "Version 01.02", | 857 | "Addtron", "AWP-100 Wireless PCMCIA", "Version 01.02", |
853 | 0xe6ec52ce, 0x08649af2, 0x4b74baa0), | 858 | 0xe6ec52ce, 0x08649af2, 0x4b74baa0), |