qcacmn: Use hal_verbose_debug() to print msgs which come excessively
Some of the print messages in HAL module come very excessively. Use hal_verbose_debug() API to print them. CRs-fixed: 2405028 Change-Id: I4b4754af65c00edb571de898527026b6183ef15f
This commit is contained in:
@@ -43,6 +43,14 @@
|
||||
#define FORCE_WAKE_DELAY_TIMEOUT 50
|
||||
#define FORCE_WAKE_DELAY_MS 5
|
||||
|
||||
#ifdef ENABLE_VERBOSE_DEBUG
|
||||
static inline void
|
||||
hal_set_verbose_debug(bool flag)
|
||||
{
|
||||
is_hal_verbose_debug_enabled = flag;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef QCA_WIFI_QCA6390
|
||||
static inline int hal_force_wake_request(struct hal_soc *soc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user