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 4b5661e commit 72fc85eCopy full SHA for 72fc85e
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
+#ifndef CONFIG_NRF_WIFI_DYNAMIC_ED\
238
+ umac_cmd_data->disable_dynamic_ed = 1;
239
+#endif /* CONFIG_NRF_WIFI_DYNAMIC_ED */
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