소스 검색

qcacmn: Fix the TDLS command process map

TDLS command processing incorrectly fall through
to the wrong command, and it causes the crash
in the system.
Fix the mapping in TDLS process command
function

Change-Id: I296e10f92e283a813259e1f33143d09bcf3ab39b
CRs-Fixed: 2159351
Kabilan Kannan 7 년 전
부모
커밋
529d3e8a7c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      umac/tdls/core/src/wlan_tdls_main.c

+ 1 - 0
umac/tdls/core/src/wlan_tdls_main.c

@@ -292,6 +292,7 @@ QDF_STATUS tdls_process_cmd(struct scheduler_msg *msg)
 		break;
 	case TDLS_NOTIFY_RESET_ADAPTERS:
 		tdls_notify_reset_adapter(msg->bodyptr);
+		break;
 	case TDLS_CMD_ANTENNA_SWITCH:
 		tdls_process_antenna_switch(msg->bodyptr);
 		break;