rt2500 legacy driver needs interface down before iwconfig
Brought to you by:
pnawrocki
Hello,
I observed that my rt2500 legacy driver needs an
ifconfig down before I can change settings using
iwconfig. However, wlassistant does ifup prior to
calling iwconfig; so I cannot connect since settings
like key and essid are not changed.
I switched the order in WirelessAssistant::netConnect
to make it working.
See patch for details.
Change order to call ifup after iwconfig