Skip to content

Commit c48ca65

Browse files
isheriffAndroid (Google) Code Review
authored andcommitted
Merge "Fix driver stop handling" into jb-mr1-dev
2 parents 21ce854 + e6464af commit c48ca65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wifi/java/android/net/wifi/WifiStateMachine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,7 @@ public boolean processMessage(Message message) {
29402940
transitionTo(mTransitionToState);
29412941
break;
29422942
/* Defer wifi start/shut and driver commands */
2943+
case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
29432944
case CMD_LOAD_DRIVER:
29442945
case CMD_UNLOAD_DRIVER:
29452946
case CMD_START_SUPPLICANT:

0 commit comments

Comments
 (0)