On Tue, Jul 15, 2008 at 11:37 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Tue, 2008-07-15 at 11:31 +0300, Tomas Winkler wrote: >> On Tue, Jul 15, 2008 at 11:18 AM, Johannes Berg >> <johannes@xxxxxxxxxxxxxxxx> wrote: >> > >> >> + ifsta->direct_probe_tries++; >> >> + if (ifsta->direct_probe_tries > IEEE80211_AUTH_MAX_TRIES) { >> >> + printk(KERN_DEBUG "%s: direct probe to AP %s timed out\n", >> >> + dev->name, print_mac(mac, ifsta->bssid)); >> >> + ifsta->state = IEEE80211_DISABLED; >> >> + return; >> >> + } >> >> + >> >> + printk(KERN_DEBUG "%s: direct probe to AP %s try %d\n", >> >> + dev->name, print_mac(mac, ifsta->bssid), >> >> + ifsta->direct_probe_tries); >> > >> > I just removed all the log flooding. Don't add it back please. >> >> Right, will resubmit. > > Actually, it looks like I kept those for association because I decided > that we weren't printing them too much. It might be much nicer to send > them all as wireless events though, thoughts? Something like IWEVASSOCTIMEDOUT. Won't it make wpa_supplicant go nuts? Thanks Tomas -- 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