drivers: nrf_wifi: Fix log level of a print
This is just for developers, so, convert to a debug. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
37d774e908
commit
5293155588
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ enum nrf_wifi_status nrf_wifi_fmac_dev_add_zep(struct nrf_wifi_drv_priv_zep *drv
|
|||
|
||||
#if defined(CONFIG_NRF70_SR_COEX_SLEEP_CTRL_GPIO_CTRL) && \
|
||||
defined(CONFIG_NRF70_SYSTEM_MODE)
|
||||
LOG_INF("Configuring SLEEP CTRL GPIO control register\n");
|
||||
LOG_DBG("Configuring SLEEP CTRL GPIO control register\n");
|
||||
status = nrf_wifi_coex_config_sleep_ctrl_gpio_ctrl(rpu_ctx_zep->rpu_ctx,
|
||||
alt_swctrl1_function_bt_coex_status1,
|
||||
invert_bt_coex_grant_output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue