Explorar o código

qcacld-3.0: Fix issue with MU EDCA param update setting

The MU EDCA params setting message is not processed as the message
type is not present in the handler. Fix the issue by adding the
message type in handler.

Change-Id: Iccc8dabd98cb873cd050fd250dbd77226751c6d8
CRs-Fixed: 2319665
Kiran Kumar Lokere %!s(int64=6) %!d(string=hai) anos
pai
achega
1dbf722f63
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/mac/src/pe/lim/lim_process_message_queue.c

+ 1 - 0
core/mac/src/pe/lim/lim_process_message_queue.c

@@ -1685,6 +1685,7 @@ static void lim_process_messages(tpAniSirGlobal mac_ctx,
 	case eWNI_SME_ROAM_SCAN_OFFLOAD_REQ:
 	case eWNI_SME_SET_ADDBA_ACCEPT:
 	case eWNI_SME_UPDATE_EDCA_PROFILE:
+	case WNI_SME_UPDATE_MU_EDCA_PARAMS:
 		/* These messages are from HDD.No need to respond to HDD */
 		lim_process_normal_hdd_msg(mac_ctx, msg, false);
 		break;