On Tue, 2009-08-04 at 06:55 +0000, Joerg Albert wrote: > Sorry, but this didn't help with the ar9170 problem. I still get a call > to ar9170_op_bss_info_changed() after ifconfig wlan1 down. > I put a printk at your change in sme.c and it's not called. > > Please be aware that in managed mode my adapter stays in state SCANNING, 'cause > there is not AP around with essid huhu_m: Aha. yes, the same assignment is _also_ missing in __cfg80211_connect_result(), can you add it there manually (in the status != WLAN_STATUS_SUCCESS block at the end) and see what happens? johannes