mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1059702 - Use wifi.tethering.interface for wifi AP if it does exist. r=vchang
This commit is contained in:
parent
e9ee6168a0
commit
75f619638f
@ -1113,7 +1113,7 @@ var WifiManager = (function() {
|
||||
|
||||
function doStartWifiTethering() {
|
||||
cancelWaitForDriverReadyTimer();
|
||||
WifiNetworkInterface.name = manager.ifname;
|
||||
WifiNetworkInterface.name = libcutils.property_get("wifi.tethering.interface", manager.ifname);
|
||||
gNetworkManager.setWifiTethering(enabled, WifiNetworkInterface,
|
||||
configuration, function(result) {
|
||||
if (result) {
|
||||
|
Loading…
Reference in New Issue
Block a user