Skip to content

Commit e53ceeb

Browse files
nxf86985kartben
authored andcommitted
net: l2: wifi: fix ap rts_threshold cmd parameter count
fix the number of mandatory arguments for command Wi-Fi ap RTS threshold, 3 to 2. Signed-off-by: Pan Gao <[email protected]>
1 parent d30adeb commit e53ceeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/wifi/wifi_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
38863886
"<rts_threshold: rts threshold/off>.\n"
38873887
"[-i, --iface=<interface index>] : Interface index.\n",
38883888
cmd_wifi_ap_set_rts_threshold,
3889-
3,
3889+
2,
38903890
2),
38913891
SHELL_SUBCMD_SET_END);
38923892

0 commit comments

Comments
 (0)