[PATCH] roaming: get current RSSI

Holger Schurig hs4233
Tue Sep 15 04:31:00 PDT 2009


> +	if (ret || data.last_rssi <= 0)
> +		return -1;

Arg. Wrong patch. The right one has:

> +	if (ret || data.last_rssi >= 0)
> +		return -1;

Should I resend?


-- 
http://www.holgerschurig.de



More information about the Hostap mailing list