Browse Source

qcacld-3.0: Add more debug logs for ACK_TIMEOUT

Add additional debug logs for DISASSOC/DEAUTH
ACK Timer.

Change-Id: Iafc9affeebb187d9e2e59c2c72719e79c7655baa
CRs-Fixed: 3275055
abhinav kumar 2 years ago
parent
commit
500ea62296

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

@@ -1557,6 +1557,7 @@ end:
  */
 void lim_process_deauth_ack_timeout(struct mac_context *mac_ctx)
 {
+	pe_debug("Deauth Ack timeout");
 	lim_send_deauth_cnf(mac_ctx);
 }
 

+ 2 - 0
core/mac/src/pe/lim/lim_timer_utils.c

@@ -299,6 +299,8 @@ void lim_timer_handler(void *pMacGlobal, uint32_t param)
 	msg.bodyptr = NULL;
 	msg.bodyval = 0;
 
+	pe_debug("param %X ", msg.type);
+
 	status = lim_post_msg_high_priority(mac, &msg);
 	if (status != QDF_STATUS_SUCCESS)
 		pe_err("posting message: %X to LIM failed, reason: %d",