Skip to content

Commit 40256a9

Browse files
nxf86985jhedberg
authored andcommitted
net: l2: wifi: Fix btwt_setup command parameter count
command btwt_setup maximum support max 12 optional parameters. Signed-off-by: Pan Gao <[email protected]>
1 parent b6e7a75 commit 40256a9

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
@@ -3844,7 +3844,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(wifi_twt_ops,
38443844
" The total number of '0, 1, ..., x' is session_num\n"
38453845
"[-i, --iface=<interface index>] : Interface index.\n",
38463846
cmd_wifi_btwt_setup,
3847-
13, 2),
3847+
13, 12),
38483848
SHELL_CMD_ARG(teardown, NULL, " Teardown a TWT flow:\n"
38493849
"<negotiation_type, 0: Individual, 1: Broadcast, 2: Wake TBTT>\n"
38503850
"<setup_cmd: 0: Request, 1: Suggest, 2: Demand>\n"

0 commit comments

Comments
 (0)