OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Roman Lazarev (romanvedas.com)
Date: Tue Mar 13 2001 - 10:16:44 CST

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

    Hello All,

    I have been working on the wlan prism2sta.c trying to patch it to work with out
    custom made board. Although the board uses old version of the socket(Vcc - 5.0), we have
    hard-wired it to work with Vcc 3.3 I have added two lines into the source code:

    void prism2sta_config(dev_link_t *link) {
    ...
    (Line: 2665) socket_config.Vcc = 33;
    ...
    (Line: 2779) link->conf.Vcc = 50;
    ...
    }

    This allowed me to get wlan0 interface to the table, although when I'm upping
    the interface, I'm getting the following message, which comes from prism2_open():

    [rootadalive_bridge plut]# ifconfig wlan0 10.0.0.215 netmask 255.255.255.0 up
    SIOCSIFFLAGS: No medium found
    SIOCSIFFLAGS: No medium found
    [rootadalive_bridge plut]#

    Could you please suggest how to work around?

    PS: I'm working on investigating it myself, but any suggestions will be
    appreciated.

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