浏览代码

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;