This fixes the issue for me. Note that this is a dirty hack and may break roaming and everything badly. Will try to fix this better. --- net/mac80211/ieee80211_sta.c~ 2007-11-07 12:08:08.847346973 +0100 +++ net/mac80211/ieee80211_sta.c 2007-11-07 12:08:08.848346821 +0100 @@ -785,7 +785,7 @@ "range\n", dev->name, print_mac(mac, ifsta->bssid)); disassoc = 1; - sta_info_free(sta); +// sta_info_free(sta); } else ieee80211_send_probe_req(dev, ifsta->bssid, local->scan_ssid, -- Ciao Stefano - 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