The 3Com 3CRWE62092A (the XJack antenna product) does not have a host
interface that is compatible with the LUCENT or HERMES firmware. Instead, it is like the various No Wires Necessary products that were produced a while ago and then sold to intersil. It will require a different driver altogether. Remove it from the list of supported cards. The 3CRWE777A apperas to be a re-badged SMC 2602W card, so the driver appears to support it. Add it to the list. Thanks to Todd Miller for loaning me the card during tonight's FRUUG meeting for testing against CU's wireless infrastructure.
This commit is contained in:
parent
aa4d062142
commit
8838e07eeb
@ -99,7 +99,7 @@ DRIVER_MODULE(if_wi, pccard, wi_pccard_driver, wi_devclass, 0, 0);
|
||||
|
||||
static const struct pccard_product wi_pccard_products[] = {
|
||||
PCMCIA_CARD(3COM, 3CRWE737A, 0),
|
||||
PCMCIA_CARD(3COM, 3CRWE62092A, 0),
|
||||
PCMCIA_CARD(3COM, 3CRWE777A, 0),
|
||||
PCMCIA_CARD(ADDTRON, AWP100, 0),
|
||||
PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0),
|
||||
PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user