зеркало из https://github.com/mozilla/gecko-dev.git
Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap
This commit is contained in:
Родитель
5080be29cf
Коммит
7b8932b4f3
|
@ -1698,7 +1698,7 @@ function WifiWorker() {
|
|||
this._connectionInfoTimer = null;
|
||||
this._reconnectOnDisconnect = false;
|
||||
|
||||
// Users of instances of nsITimer should keep a reference to the timer until
|
||||
// Users of instances of nsITimer should keep a reference to the timer until
|
||||
// it is no longer needed in order to assure the timer is fired.
|
||||
this._callbackTimer = null;
|
||||
|
||||
|
@ -2258,7 +2258,7 @@ WifiWorker.prototype = {
|
|||
tetheringSettings: {},
|
||||
|
||||
initTetheringSettings: function initTetheringSettings() {
|
||||
this.tetheringSettings[SETTINGS_WIFI_ENABLED] = false;
|
||||
this.tetheringSettings[SETTINGS_WIFI_TETHERING_ENABLED] = null;
|
||||
this.tetheringSettings[SETTINGS_WIFI_SSID] = DEFAULT_WIFI_SSID;
|
||||
this.tetheringSettings[SETTINGS_WIFI_SECURITY_TYPE] = DEFAULT_WIFI_SECURITY_TYPE;
|
||||
this.tetheringSettings[SETTINGS_WIFI_SECURITY_PASSWORD] = DEFAULT_WIFI_SECURITY_PASSWORD;
|
||||
|
|
Загрузка…
Ссылка в новой задаче