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

Commit 623dddc9 authored by Yuhao Zheng's avatar Yuhao Zheng Committed by Android Git Automerger
Browse files

am 3309bc5f: Merge "WifiStateMachine: fix for exiting L2ConnectedState" into klp-dev

* commit '3309bc5f':
  WifiStateMachine: fix for exiting L2ConnectedState
parents 492b5271 3309bc5f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -3535,10 +3535,7 @@ public class WifiStateMachine extends StateMachine {

        @Override
        public void exit() {
            // if we're leaving before this is done, cleanup
            if (mDhcpActive) {
                handlePostDhcpSetup();
            }
            handleNetworkDisconnect();
        }

        @Override