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

Commit 4f095deb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8855

* changes:
  Wifi: Make sure the interface is up before telling supplicant to start the driver.
parents 2d29b325 6ee4b5b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1467,6 +1467,7 @@ public class WifiStateTracker extends NetworkStateTracker {
    public synchronized boolean restart() {
        if (mRunState == RUN_STATE_STOPPED) {
            mRunState = RUN_STATE_STARTING;
            resetInterface(true);
            return WifiNative.startDriverCommand();
        } else if (mRunState == RUN_STATE_STOPPING) {
            mRunState = RUN_STATE_STARTING;