1
0

qcacld-3.0: selectively reduce the offload logs

Reduce loglevel of some logs from info to debug.

Change-Id: I7026cd376015de62d71ffd0b4eb2e79e13e2e4f0
CRs-Fixed:  2607973
Este cometimento está contido em:
Arun Kumar Khandavalli
2020-01-20 12:02:42 +05:30
cometido por nshrivas
ascendente 6514ed29c4
cometimento a0bb689000
3 ficheiros modificados com 8 adições e 8 eliminações

Ver ficheiro

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