Bug 1030591 - Send connectionInfoUpdate while IP change. r=vchang

This commit is contained in:
Chuck Lee 2014-06-27 17:26:31 +08:00
parent d3b13a145c
commit 2d322257ef

View File

@ -2505,6 +2505,7 @@ WifiWorker.prototype = {
function tensPlace(percent) ((percent / 10) | 0)
if (last && last.linkSpeed === info.linkSpeed &&
last.ipAddress === info.ipAddress &&
tensPlace(last.relSignalStrength) === tensPlace(info.relSignalStrength)) {
return;
}