Skip to content

Commit 8ce9586

Browse files
author
Ajay Parida
committed
Flags for wezen updated
These flags are also valid for wezen(latest in linux) Signed-off-by: Ajay Parida <[email protected]>
1 parent 0e4a66e commit 8ce9586

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

fw_if/umac_if/src/system/fmac_cmd.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,21 @@ enum nrf_wifi_status umac_cmd_sys_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ct
168168
#else
169169
umac_cmd_data->raw_scan_enable = 0;
170170
#endif /* WIFI_MGMT_RAW_SCAN_RESULTS */
171+
#endif /* !WIFI_NRF71 */
171172
umac_cmd_data->max_ps_poll_fail_cnt = NRF_WIFI_MAX_PS_POLL_FAIL_CNT;
172173

173-
#ifdef NRF_WIFI_RX_STBC_HT
174-
umac_cmd_data->stbc_enable_in_ht = 1;
175-
#endif /* NRF_WIFI_RX_STBC_HT */
174+
#ifdef NRF_WIFI_RX_STBC_HT
175+
umac_cmd_data->stbc_enable_in_ht = 1;
176+
#endif /* NRF_WIFI_RX_STBC_HT */
176177

177-
#ifdef NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING
178-
umac_cmd_data->dbs_war_ctrl = 1;
179-
#endif /* NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING */
178+
#ifdef NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING
179+
umac_cmd_data->dbs_war_ctrl = 1;
180+
#endif /* NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING */
180181

181-
#ifdef NRF_WIFI_DYNAMIC_ED
182-
umac_cmd_data->dynamic_ed = 1;
183-
#endif /* NRF_WIFI_DYNAMIC_ED */
182+
#ifdef NRF_WIFI_DYNAMIC_ED
183+
umac_cmd_data->dynamic_ed = 1;
184+
#endif /* NRF_WIFI_DYNAMIC_ED */
184185

185-
#endif /* !WIFI_NRF71 */
186186
status = nrf_wifi_hal_ctrl_cmd_send(fmac_dev_ctx->hal_dev_ctx,
187187
umac_cmd,
188188
(sizeof(*umac_cmd) + len));

0 commit comments

Comments
 (0)