We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269670 commit e25f0c9Copy full SHA for e25f0c9
fw_if/umac_if/src/system/fmac_cmd.c
@@ -95,7 +95,7 @@ enum nrf_wifi_status umac_cmd_sys_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ct
95
umac_cmd_data->keep_alive_enable = KEEP_ALIVE_ENABLED;
96
umac_cmd_data->keep_alive_period = NRF_WIFI_KEEPALIVE_PERIOD_S;
97
nrf_wifi_osal_log_dbg("Keepalive enabled with period %d",
98
- umac_cmd_data->keepalive_period);
+ umac_cmd_data->keep_alive_period);
99
#endif /* NRF_WIFI_FEAT_KEEPALIVE */
100
101
nrf_wifi_osal_mem_cpy(umac_cmd_data->rx_buf_pools,
0 commit comments