|
@@ -613,7 +613,7 @@ void hdd_enable_ns_offload(struct hdd_adapter *adapter,
|
|
|
/* enable ns request */
|
|
|
status = ucfg_pmo_enable_ns_offload_in_fwr(vdev, trigger);
|
|
|
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;
|
|
|
}
|
|
|
|