qcacld-3.0: selectively reduce the offload logs

Reduce loglevel of some logs from info to debug.

Change-Id: I7026cd376015de62d71ffd0b4eb2e79e13e2e4f0
CRs-Fixed:  2607973
Bu işleme şunda yer alıyor:
Arun Kumar Khandavalli
2020-01-20 12:02:42 +05:30
işlemeyi yapan: nshrivas
ebeveyn 6514ed29c4
işleme a0bb689000
3 değiştirilmiş dosya ile 8 ekleme ve 8 silme

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2018-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
@@ -241,7 +241,7 @@ static void fwol_parse_probe_req_ouis(struct wlan_objmgr_psoc *psoc,
whitelist->no_of_probe_req_ouis = 0;
if (!qdf_str_len(str)) {
fwol_info("NO OUIs to parse");
fwol_debug("NO OUIs to parse");
return;
}

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-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
@@ -231,7 +231,7 @@ static QDF_STATUS pmo_core_do_disable_mc_addr_list(
/* validate filter is applied before clearing in fwr */
if (!vdev_ctx->vdev_mc_list_req.is_filter_applied) {
qdf_spin_unlock_bh(&vdev_ctx->pmo_vdev_lock);
pmo_err("mc filter is not applied in fwr");
pmo_debug("mc filter is not applied in fwr");
status = QDF_STATUS_E_INVAL;
goto out;
}
@@ -241,7 +241,7 @@ static QDF_STATUS pmo_core_do_disable_mc_addr_list(
status = pmo_core_clear_mc_filter_req(vdev, op_mc_list_req);
if (status != QDF_STATUS_SUCCESS) {
pmo_err("cannot apply mc filter request");
pmo_debug("cannot apply mc filter request");
status = QDF_STATUS_E_INVAL;
goto out;
}

Dosyayı Görüntüle

@@ -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