qcacld-3.0: Change log level of ns offload print
Change the failed to cache ns request log level from error to debug. Change-Id: Idc5799f41d831c238efd6061e1363a9fd58b63c5 CRs-Fixed: 3037768
This commit is contained in:

committed by
Madan Koyyalamudi

parent
4046d9f920
commit
b876624d30
@@ -613,7 +613,7 @@ void hdd_enable_ns_offload(struct hdd_adapter *adapter,
|
|||||||
/* enable ns request */
|
/* enable ns request */
|
||||||
status = ucfg_pmo_enable_ns_offload_in_fwr(vdev, trigger);
|
status = ucfg_pmo_enable_ns_offload_in_fwr(vdev, trigger);
|
||||||
if (QDF_IS_STATUS_ERROR(status)) {
|
if (QDF_IS_STATUS_ERROR(status)) {
|
||||||
hdd_err("Failed to enable ns offload; status:%d", status);
|
hdd_debug("Failed to enable ns offload; status:%d", status);
|
||||||
goto put_vdev;
|
goto put_vdev;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user