Commit e53ceeb8 authored by Pan Gao's avatar Pan Gao Committed by Benjamin Cabé
Browse files

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: default avatarPan Gao <pan.gao@nxp.com>
parent d30adebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3886,7 +3886,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
		  "<rts_threshold: rts threshold/off>.\n"
		  "[-i, --iface=<interface index>] : Interface index.\n",
		  cmd_wifi_ap_set_rts_threshold,
		  3,
		  2,
		  2),
	SHELL_SUBCMD_SET_END);