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 74ae473 commit 03aaf47Copy full SHA for 03aaf47
nrf_wifi/fw_if/umac_if/src/cmd.c
@@ -234,6 +234,10 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
234
umac_cmd_data->stbc_enable_in_ht = 1;
235
#endif /* CONFIG_NRF_WIFI_RX_STBC_HT */
236
237
+#ifdef CONFIG_NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING
238
+ umac_cmd_data->dbs_war_ctrl = 1;
239
+#endif /* CONFIG_NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING */
240
+
241
status = nrf_wifi_hal_ctrl_cmd_send(fmac_dev_ctx->hal_dev_ctx,
242
umac_cmd,
243
(sizeof(*umac_cmd) + len));
0 commit comments