mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 949861 - Wifi does not work on Galaxy S2 device (SGS2) after flashing Gecko. r=chucklee
This commit is contained in:
parent
bed3d40d0c
commit
78c74f2c3d
@ -869,15 +869,12 @@ var WifiManager = (function() {
|
||||
manager.state = "UNINITIALIZED";
|
||||
return;
|
||||
}
|
||||
// This command is mandatory for Nexus 4. But some devices like
|
||||
// Galaxy S2 don't support it. Continue to start wpa_supplicant
|
||||
// even if we fail to set wifi operation mode to station.
|
||||
gNetworkService.setWifiOperationMode(manager.ifname,
|
||||
WIFI_FIRMWARE_STATION,
|
||||
function (status) {
|
||||
if (status) {
|
||||
callback(status);
|
||||
manager.state = "UNINITIALIZED";
|
||||
return;
|
||||
}
|
||||
|
||||
function doStartSupplicant() {
|
||||
cancelWaitForDriverReadyTimer();
|
||||
wifiCommand.startSupplicant(function (status) {
|
||||
|
Loading…
Reference in New Issue
Block a user