qcacld-3.0: selectively reduce the offload logs

Reduce loglevel of some logs from info to debug.

Change-Id: I7026cd376015de62d71ffd0b4eb2e79e13e2e4f0
CRs-Fixed:  2607973
此提交包含在:
Arun Kumar Khandavalli
2020-01-20 12:02:42 +05:30
提交者 nshrivas
父節點 6514ed29c4
當前提交 a0bb689000
共有 3 個檔案被更改,包括 8 行新增8 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2019-2020 The Linux Foundation. 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
@@ -160,7 +160,7 @@ target_if_fwol_register_elna_event_handler(struct wlan_objmgr_psoc *psoc,
wmi_get_elna_bypass_event_id,
target_if_fwol_get_elna_bypass_resp);
if (rc)
target_if_err("Failed to register get eLNA bypass event cb");
target_if_debug("Failed to register get eLNA bypass event cb");
}
static void
@@ -173,7 +173,7 @@ target_if_fwol_unregister_elna_event_handler(struct wlan_objmgr_psoc *psoc,
get_wmi_unified_hdl_from_psoc(psoc),
wmi_get_elna_bypass_event_id);
if (rc)
target_if_err("Failed to unregister get eLNA bypass event cb");
target_if_debug("Failed to unregister get eLNA bypass event cb");
}
static void