From 304b20a828e0987943ccda6f1c4321682195a67a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 Mar 2019 18:46:25 +0100 Subject: [PATCH] network: Show when a PHY supports ACS Signed-off-by: Michael Tremer --- src/network | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network b/src/network index de2e663e..3535133d 100644 --- a/src/network +++ b/src/network @@ -279,6 +279,8 @@ cli_device_status_phy() { cli_headline 2 "Features" + cli_print_fmt1 2 "Automatic Channel Selection" \ + "$(phy_supports_acs "${phy}" && print "Supported" || print "Not Supported")" cli_print_fmt1 2 "DFS" \ "$(phy_supports_dfs "${phy}" && print "Supported" || print "Not Supported")" -- 2.47.3