> i'm inclined to extend the ethernet interface an etherx/ctl file that
> accepted commands along the lines of ssid, bssid, and channel to
> configure the connection. did the wavelan driver not do this for a reason
> beyond changing devether? any better ideas?
there's already a ctl file. it's in the connection directory. we use
this to set the hardware mtu. for example
echo mtu 9000>/net/ether0/clone
i'm sure you can do this with your wireless commands as well.
you'll need to set ether->ctl to an appropriate function.
- erik