瀏覽代碼

qcacld-3.0: Remove RL for policy_mgr_init_sbs_fw_config() logs

Remove Rate limited for logs in policy_mgr_init_sbs_fw_config()
when updating FWconfig bits.
This function is called at the time initialization and will only
be called once when Fw config Bits are updated with SBS
capabilities.

Change-Id: I68c7d76f85f12d220f85a46dca78ad8463bb5576
CRs-Fixed: 3116571
Utkarsh Bhatnagar 3 年之前
父節點
當前提交
8edf9f4099
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      components/cmn_services/policy_mgr/src/wlan_policy_mgr_get_set_utils.c

+ 3 - 3
components/cmn_services/policy_mgr/src/wlan_policy_mgr_get_set_utils.c

@@ -1681,9 +1681,9 @@ void policy_mgr_init_sbs_fw_config(struct wlan_objmgr_psoc *psoc,
 			pm_ctx->dual_mac_cfg.cur_fw_mode_config,
 			WMI_DBS_FW_MODE_CFG_ASYNC_SBS_GET(fw_config));
 
-	policy_mgr_rl_debug("fw_mode config updated from %x to %x",
-			    pm_ctx->dual_mac_cfg.prev_fw_mode_config,
-			    pm_ctx->dual_mac_cfg.cur_fw_mode_config);
+	policy_mgr_debug("fw_mode config updated from %x to %x",
+			 pm_ctx->dual_mac_cfg.prev_fw_mode_config,
+			 pm_ctx->dual_mac_cfg.cur_fw_mode_config);
 	/* Initialize the previous scan/fw mode config */
 	pm_ctx->dual_mac_cfg.prev_fw_mode_config =
 		pm_ctx->dual_mac_cfg.cur_fw_mode_config;