OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: acevirgilinwind.it
Date: Tue Feb 06 2001 - 08:54:36 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    HELLO to all,

    I think the better solution for solve problems on COMPAQ WL200 is patch /usr/prism2/prism2sta.c file.
    This is the patch, it force PCMCIA package for assign IRQ.
    You need only to insert as PCIC_OPTION= irq_mode=1
    For use this card as AP you need to update PDA and only after start download option in /etc/pcmcia/wlan-ng.opts file with apprpriate AP f/w

    Regards
    Alessandro

    ---------------------- IRQ patch--------------------------------------

     replace:
                    /* Do we need to allocate an interrupt? */
                    if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
                            link->conf.Attributes |= CONF_ENABLE_IRQ;

    with something like:

                    /* Do we need to allocate an interrupt? */
                    if (cfg->irq.IRQInfo1 || dflt.irq.IRQInfo1)
                            link->conf.Attributes |= CONF_ENABLE_IRQ;
                    else {
                            WLAN_LOG_DEBUG0(1, "Config has no IRQ info, but "
                                            "using IRQ anyway..\n");
                            link->conf.Attributes |= CONF_ENABLE_IRQ;
                    }

    -----------------------------------------------
    The Linux WLAN User's Mailing List
    For more information about this list see:
    http://www.absoval.com/linux-wlan/lists.html