Browse Source

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 năm trước cách đây
mục cha
commit
529d3e8a7c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;