Skip to content

Commit 500a856

Browse files
author
Ajay Parida
committed
Defult RF param updation for nrf71 radio test mode
nrf71 radio test default rf param is same as regular mode rf params. Signed-off-by: Ajay Parida <[email protected]>
1 parent c85bf71 commit 500a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wifi/radio_test/multi_domain/src/nrf_wifi_radio_test_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ enum nrf_wifi_status nrf_wifi_radio_test_conf_init(struct rpu_conf_params *conf_
349349
ret = nrf_wifi_utils_hex_str_to_val(
350350
conf_params->rf_params,
351351
NRF_WIFI_RF_PARAMS_SIZE,
352-
NRF_WIFI_RT_DEF_RF_PARAMS);
352+
NRF_WIFI_DEF_RF_PARAMS);
353353
if (ret == -1) {
354354

355355
/*

0 commit comments

Comments
 (0)