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

Commit e6464af0 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix driver stop handling

Defer supplicant state change event so we do not miss it

Bug: 7394390
Change-Id: Ibae6cef6be42a6cb45dc20ba4fa5060d8e459217
parent 9823723d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2940,6 +2940,7 @@ public class WifiStateMachine extends StateMachine {
                    transitionTo(mTransitionToState);
                    transitionTo(mTransitionToState);
                    break;
                    break;
                /* Defer wifi start/shut and driver commands */
                /* Defer wifi start/shut and driver commands */
                case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
                case CMD_LOAD_DRIVER:
                case CMD_LOAD_DRIVER:
                case CMD_UNLOAD_DRIVER:
                case CMD_UNLOAD_DRIVER:
                case CMD_START_SUPPLICANT:
                case CMD_START_SUPPLICANT: