29 Jul, 2011

1 commit

  • This is needed to match wireless cards with Intersil firmware that have
    ID 0x0156:0x0002 and the third ID "Version 01.02". Such cards are
    currently matched by orinoco_cs, which doesn't support WPA. They should
    be matched by hostap_cs.

    The first and the second product ID vary widely, so there are few users
    with some particular IDs. Of those, very few can submit a patch for
    hostap_cs or write a useful bugreport. It's still important to support
    their hardware properly.

    With PCMCIA_DEVICE_MANF_CARD_PROD_ID3, it should be possible to cover
    the remaining Intersil based designs that kept the numeric ID and the
    "version" of the reference design.

    Signed-off-by: Pavel Roskin
    Signed-off-by: Dominik Brodowski

    Pavel Roskin
     

20 Feb, 2010

1 commit

  • ...and use it in hostap_cs and orinoco_cs.

    Another PCMCIA device with Intersil Prism chipset has been reported:

    Socket 0:
    product info: "Gigabyte", "GN-WLM01_P25L_ADAPTER", "ISL37300P", "Eval-RevA"
    manfid: 0x02e0, 0x1011
    function: 6 (network)

    As it's the case with some other Prism based devices, the third ID
    string contains a design name that should be sufficient to identify the
    card as having Intersil Prism chipset and thus compatible with both
    orinoco_cs and hostap_cs.

    Introduce PCMCIA_DEVICE_PROD_ID3 that matches the third ID string only.

    Use it in orinoco_cs and hostap_cs to match cards with the third ID
    string indicating Prism chipset. Remove corresponding entries that use
    PCMCIA_DEVICE_PROD_ID123.

    Reported-by: Ozzy
    Signed-off-by: Pavel Roskin
    Signed-off-by: John W. Linville

    Pavel Roskin
     

29 Aug, 2008

1 commit


01 Mar, 2006

1 commit


28 Jun, 2005

2 commits