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 dc25a0a commit 3ec15feCopy full SHA for 3ec15fe
nrf_wifi/fw_if/umac_if/src/cmd.c
@@ -228,6 +228,12 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
228
umac_cmd_data->ps_exit_strategy = EVERY_TIM;
229
#endif /* CONFIG_NRF_WIFI_PS_INT_PS */
230
231
+ umac_cmd_data->max_ps_poll_fail_cnt = CONFIG_NRF_WIFI_MAX_PS_POLL_FAIL_CNT;
232
+
233
+#ifdef CONFIG_NRF_WIFI_RX_STBC_HT
234
+ umac_cmd_data->stbc_enable_in_ht = 1;
235
+#endif /* CONFIG_NRF_WIFI_RX_STBC_HT */
236
237
status = nrf_wifi_hal_ctrl_cmd_send(fmac_dev_ctx->hal_dev_ctx,
238
umac_cmd,
239
(sizeof(*umac_cmd) + len));
0 commit comments