Search Linux Wireless

Re: [PATCH 1/1] mac80211: add direct probe before association

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	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.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux