Skip to content

Commit ab335b2

Browse files
prsi98rlubos
authored andcommitted
samples: wifi: radio_test: Improve tone trasmit command description
[SHEL-3378] Correct description for tx tone transmission subcommand. Signed-off-by: Prasun Sinha <[email protected]>
1 parent 2df371b commit ab335b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/wifi/radio_test/radio_test_subcommands.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ Wi-Fi radio test subcommands
170170
- | <val> (Min: -10, Max: 10)
171171
- 0
172172
- Configuration
173-
- Transmit tone frequency in the range of -10 MHz to 10 MHz.
173+
- Tone frequency in the range of -10 MHz to 10 MHz with a resolution of 1 MHz.
174+
The transmit tone frequency will be offset from the center frequency of the selected channel.
174175
* - dpd
175176
- | 0 - DPD bypass
176177
| 1 - Enable DPD

samples/wifi/radio_test/src/nrf_wifi_radio_test_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
24002400
0),
24012401
SHELL_CMD_ARG(tx_tone_freq,
24022402
NULL,
2403-
"<val> - Frequency in the range of -10MHz to 10MHz",
2403+
"<val> - Frequency offset with respect to center frequency in the range of -10MHz to 10MHz (resolution 1MHz)",
24042404
nrf_wifi_radio_test_set_tx_tone_freq,
24052405
2,
24062406
0),

0 commit comments

Comments
 (0)