Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7648bd1f authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ibb5626c5 into eclair

* changes:
  Stop bringing the wifi interface up on reset.
parents ade1aacf bb5626c5
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -1250,9 +1250,8 @@ public class WifiStateTracker extends NetworkStateTracker {
        }

        NetworkUtils.disableInterface(mInterfaceName);
        if (reenable) {
            NetworkUtils.enableInterface(mInterfaceName);
        }
        // we no longer net to start the interface (driver does this for us)
        // and it led to problems - removed.
    }

    /**