Message ID | 20110714223730.23239.44416.stgit@mj.roinet.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On 07/14/2011 06:37 PM, Pavel Roskin wrote: > hostap only supports Intersil firmware. Symbol firmware is supported by > orinoco. Sorry, the patch is wrong. I misinterpreted a bug report. Several webpages indicate that 3CRWE777A actually uses Intersil firmware. http://www.wikidevi.com/wiki/3Com_AirConnect_3CRWE777A http://www.linuxquestions.org/questions/linux-networking-3/redhat-9-0-3com-airconnect-3crwe777a-114501/ http://gothmog.homeunix.net/blog/?p=78 Sorry for the noise :(
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index c052a0d..2fda69a 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c @@ -623,7 +623,6 @@ static int hostap_cs_resume(struct pcmcia_device *link) static const struct pcmcia_device_id hostap_cs_ids[] = { PCMCIA_DEVICE_MANF_CARD(0x000b, 0x7100), PCMCIA_DEVICE_MANF_CARD(0x000b, 0x7300), - PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0777), PCMCIA_DEVICE_MANF_CARD(0x0126, 0x8000), PCMCIA_DEVICE_MANF_CARD(0x0138, 0x0002), PCMCIA_DEVICE_MANF_CARD(0x01bf, 0x3301), diff --git a/drivers/net/wireless/hostap/hostap_plx.c b/drivers/net/wireless/hostap/hostap_plx.c index 33e7903..772efd4 100644 --- a/drivers/net/wireless/hostap/hostap_plx.c +++ b/drivers/net/wireless/hostap/hostap_plx.c @@ -88,7 +88,6 @@ static struct prism2_plx_manfid { } prism2_plx_known_manfids[] = { { 0x000b, 0x7110 } /* D-Link DWL-650 Rev. P1 */, { 0x000b, 0x7300 } /* Philips 802.11b WLAN PCMCIA */, - { 0x0101, 0x0777 } /* 3Com AirConnect PCI 777A */, { 0x0126, 0x8000 } /* Proxim RangeLAN */, { 0x0138, 0x0002 } /* Compaq WL100 */, { 0x0156, 0x0002 } /* Intersil Prism II Ref. Design (and others) */,
hostap only supports Intersil firmware. Symbol firmware is supported by orinoco. Signed-off-by: Pavel Roskin <proski@gnu.org> --- drivers/net/wireless/hostap/hostap_cs.c | 1 - drivers/net/wireless/hostap/hostap_plx.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html