Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eafeb10 authored by Vulupala Shashank Reddy's avatar Vulupala Shashank Reddy Committed by Madan Koyyalamudi
Browse files

qcacld-3.0: Reduce the log level to optimize roam time

Reduce the log level for the frequent acceptable errors
to reduce the roam latencies

Change-Id: I9f5405025948d160e6fcd65ecca05dce7670ea84
CRs-Fixed: 3150439
parent d19157e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -940,7 +940,7 @@ tgt_mc_cp_stats_prepare_n_send_raw_station_stats(struct wlan_objmgr_psoc *psoc,
	peer = wlan_objmgr_get_peer(psoc, last_req->pdev_id,
				    last_req->peer_mac_addr, WLAN_CP_STATS_ID);
	if (!peer) {
		cp_stats_err("peer object is null");
		cp_stats_debug("peer object is null");
		goto end;
	}

+3 −3
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ QDF_STATUS mlme_init_twt_context(struct wlan_objmgr_psoc *psoc,
							  WLAN_UMAC_COMP_MLME);
	if (!peer_priv) {
		wlan_objmgr_peer_release_ref(peer, WLAN_MLME_NB_ID);
		mlme_legacy_err("peer mlme component object is NULL");
		mlme_legacy_debug("peer mlme component object is NULL");
		return QDF_STATUS_E_FAILURE;
	}

@@ -464,7 +464,7 @@ void mlme_set_twt_peer_capabilities(struct wlan_objmgr_psoc *psoc,
	peer = wlan_objmgr_get_peer_by_mac(psoc, peer_mac->bytes,
					   WLAN_MLME_NB_ID);
	if (!peer) {
		mlme_legacy_err("Peer object not found");
		mlme_legacy_debug("Peer object not found");
		return;
	}

@@ -472,7 +472,7 @@ void mlme_set_twt_peer_capabilities(struct wlan_objmgr_psoc *psoc,
							  WLAN_UMAC_COMP_MLME);
	if (!peer_priv) {
		wlan_objmgr_peer_release_ref(peer, WLAN_MLME_NB_ID);
		mlme_legacy_err("peer mlme object is NULL");
		mlme_legacy_debug("peer mlme object is NULL");
		return;
	}

+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -3544,7 +3544,7 @@ __lim_process_sme_addts_req(struct mac_context *mac, uint32_t *msg_buf)
	/* ship out the message now */
	lim_send_addts_req_action_frame(mac, peerMac, &pSirAddts->req,
					pe_session);
	pe_err("Sent ADDTS request");
	pe_debug("Sent ADDTS request");
	/* start a timer to wait for the response */
	if (pSirAddts->timeout)
		timeout = pSirAddts->timeout;
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -515,7 +516,7 @@ void sme_set_tspec_uapsd_mask_per_session(struct mac_context *mac_ctx,
	struct ps_global_info *ps_global_info = &mac_ctx->sme.ps_global_info;
	struct ps_params *ps_param = &ps_global_info->ps_params[session_id];

	sme_err("Set UAPSD mask for AC: %d dir: %d action: %d",
	sme_debug("Set UAPSD mask for AC: %d dir: %d action: %d",
		  ac, direction, ts_info->traffic.psb);

	/* Converting AC to appropriate Uapsd Bit Mask
+1 −1
Original line number Diff line number Diff line
@@ -2202,7 +2202,7 @@ void wma_report_real_time_roam_stats(struct wlan_objmgr_psoc *psoc,
	struct mlme_roam_debug_info *roam_event = NULL;

	if (!wlan_cm_get_roam_rt_stats(psoc, ROAM_RT_STATS_ENABLE)) {
		wma_err_rl("Roam events stats is disabled");
		wma_debug("Roam events stats is disabled");
		return;
	}