> # iw dev eth1 connect -w MNHS key 0:11111 > eth1 (phy #0): connected to 00:13:19:80:da:30 > # ifconfig eth1 down > # ifconfig eth1 up > # iw dev eth1 connect -w MNHS key 0:11111 > command failed: Operation already in progress (-114) As Johannes pointed out on IRC, this happens only if you used iwconfig eth1 key s:11111 iwconfig eth1 essid MNHS previously on the device. Seems that the CFG80211-configuration doesn't delete the WEXT-configuration remnants. And as soon as you "ifup" the device, it starts associating based on old WEXT data, resulting in the busy. -- http://www.holgerschurig.de -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html