qcacmn: Reduce regulatory logging

As part of logging optimization, reduce the
logging from regulatory component.

Change-Id: If81f87b06e111cffb9189cae20a1acc66849678d
CRs-Fixed: 2624108
This commit is contained in:
Ashish Kumar Dhanotiya
2020-02-14 14:28:59 +05:30
committed by nshrivas
orang tua d0a73c7a81
melakukan 48934773cd
12 mengubah file dengan 79 tambahan dan 106 penghapusan

Melihat File

@@ -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
@@ -224,7 +224,7 @@ clean:
qdf_mem_free(reg_info->reg_rules_5g_ptr);
qdf_mem_free(reg_info);
target_if_debug("processed reg channel list ret_val %d", ret_val);
TARGET_IF_EXIT();
return ret_val;
}

Melihat File

@@ -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
@@ -77,7 +77,7 @@ static int tgt_reg_ch_avoid_event_handler(ol_scn_t handle, uint8_t *event_buf,
return -EFAULT;
}
target_if_debug("processed CH avoid event");
TARGET_IF_EXIT();
return 0;
}