From d60288741aab884d5a44f431682dd22ab52eefcd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 20 Dec 2020 14:34:22 +0100 Subject: wifi: T517: physical-interface and channel now default to phy0 and 0 This change makes it easier for first time users as they do not need to configure that much options. Less hazzle, better user experience. --- interface-definitions/interfaces-wireless.xml.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-wireless.xml.in b/interface-definitions/interfaces-wireless.xml.in index ebcfee95c..ce211b9ce 100644 --- a/interface-definitions/interfaces-wireless.xml.in +++ b/interface-definitions/interfaces-wireless.xml.in @@ -429,19 +429,24 @@ - Wireless radio channel (use 0 for ACS auto channel selection) + Wireless radio channel (default: 0) + + 0 + Automatic Channel Selection (ACS) + <1-14> 2.4Ghz (802.11 b/g/n) Channel - <0,34-173> + <34-173> 5Ghz (802.11 a/h/j/n/ac) Channel + 0 @@ -557,7 +562,7 @@ - Wireless physical device + Wireless physical device (default: phy0) @@ -565,6 +570,7 @@ + phy0 -- cgit v1.2.3