> The only downside I can think of of loading the firwmare @ probe is that > the radio is turned *on*, which I do not think is necessarily a bad > thing. On startup you can write INL_MODE_NONE (-1) to OID OID_INL_MODE(FF020003). This stops wlan device. And the on open write INL_MODE_CLIENT(1) to the same OID to start card in client mode. Kaleda