From 8b3ebd8f6710ec30de8cc28c22b3d659507003fa Mon Sep 17 00:00:00 2001 From: garywill Date: Sat, 13 Sep 2025 10:33:03 +0800 Subject: [PATCH] text --- README.md | 8 ++++---- lnxrouter | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 79044ef..808351a 100644 --- a/README.md +++ b/README.md @@ -388,13 +388,13 @@ Options: --no-haveged Do not run haveged automatically when needed --hs20 Enable Hotspot 2.0 - WiFi 4 (802.11n) configs: + WiFi 4 (802.11n) configs (2.4G/5GHz): (default: not enable) --wifi4 Enable IEEE 802.11n (HT, High Throughput) - --ht-capab HT capabilities (example: '[HT40+][HT40-]') + --ht-capab HT capabilities (example: '[HT40+][DSSS_CCK-40]') (default: '[HT40+]') --req-wifi4 Only support Wifi>=4 clients - WiFi 5 (802.11ac) configs: + WiFi 5 (802.11ac) configs (5GHz): (default: not enable) --wifi5 Enable IEEE 802.11ac (VHT, Very High Thoughtput) --vht-capab VHT capabilities (example: '[VHT160][RXLDPC]') --vht-ch-width Index of VHT channel width: @@ -408,7 +408,7 @@ Options: (second 80MHz) segment. Use with '--vht-ch-width 3' --req-wifi5 Only support Wifi>=5 clients - WiFi 6 (802.11ax) configs: + WiFi 6 (802.11ax) configs (2.4G/5GHz): (default: not enable) --wifi6 Enable IEEE 802.11ax (HE, High Efficiency) --he-ch-width Index of HE channel width: 0 for 20MHz or 40MHz (default) diff --git a/lnxrouter b/lnxrouter index fc1bda9..bd986d6 100755 --- a/lnxrouter +++ b/lnxrouter @@ -105,13 +105,13 @@ Options: --no-haveged Do not run haveged automatically when needed --hs20 Enable Hotspot 2.0 - WiFi 4 (802.11n) configs: + WiFi 4 (802.11n) configs (2.4G/5GHz): (default: not enable) --wifi4 Enable IEEE 802.11n (HT, High Throughput) - --ht-capab HT capabilities (example: '[HT40+][HT40-]') + --ht-capab HT capabilities (example: '[HT40+][DSSS_CCK-40]') (default: '[HT40+]') --req-wifi4 Only support Wifi>=4 clients - WiFi 5 (802.11ac) configs: + WiFi 5 (802.11ac) configs (5GHz): (default: not enable) --wifi5 Enable IEEE 802.11ac (VHT, Very High Thoughtput) --vht-capab VHT capabilities (example: '[VHT160][RXLDPC]') --vht-ch-width Index of VHT channel width: @@ -125,7 +125,7 @@ Options: (second 80MHz) segment. Use with '--vht-ch-width 3' --req-wifi5 Only support Wifi>=5 clients - WiFi 6 (802.11ax) configs: + WiFi 6 (802.11ax) configs (2.4G/5GHz): (default: not enable) --wifi6 Enable IEEE 802.11ax (HE, High Efficiency) --he-ch-width Index of HE channel width: 0 for 20MHz or 40MHz (default)