Skip to content

Commit

Permalink
net: wifi: shell: remove duplicate ap item
Browse files Browse the repository at this point in the history
Remove two duplicate ap in wifi menu

(cherry picked from commit 716e3a1)

Original-Signed-off-by: YuLong Yao <feilongphone@gmail.com>
GitOrigin-RevId: 716e3a1
Change-Id: Ibb39cdf1d011430dfb33f0caecad0498412b7222
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4808571
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
feilongfl authored and Chromeos LUCI committed Aug 23, 2023
1 parent c09596d commit 3c514d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/net/l2/wifi/wifi_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,6 @@ SHELL_STATIC_SUBCMD_SET_CREATE(wifi_commands,
SHELL_CMD(statistics, NULL, "Wi-Fi interface statistics", cmd_wifi_stats),
SHELL_CMD(status, NULL, "Status of the Wi-Fi interface", cmd_wifi_status),
SHELL_CMD(twt, &wifi_twt_ops, "Manage TWT flows", NULL),
SHELL_CMD(ap, &wifi_cmd_ap, "Access Point mode commands", NULL),
SHELL_CMD(reg_domain, NULL,
"Set or Get Wi-Fi regulatory domain\n"
"Usage: wifi reg_domain [ISO/IEC 3166-1 alpha2] [-f]\n"
Expand Down

0 comments on commit 3c514d0

Please sign in to comment.