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

This commit is contained in:
Yuhao Zheng
2013-10-10 16:18:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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