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

Commit bb5626c5 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Stop bringing the wifi interface up on reset.

The driver will bring up the interface when needed and bring it up
at reset time has caused some problems.

bug: 2144870
parent 6988dd59
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.
    }

    /**