From 04b322313de43182b534053dfb95c9bc9d513e01 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Wed, 29 Sep 2021 11:39:03 +0100 Subject: [PATCH] Document default behavour of -freq-band fix https://github.com/lakinduakash/linux-wifi-hotspot/issues/110 --- src/scripts/create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/create_ap b/src/scripts/create_ap index 3a577b0..a2fa05a 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -52,7 +52,7 @@ usage() { echo " --ht_capab HT capabilities (default: [HT40+])" echo " --vht_capab VHT capabilities" echo " --country Set two-letter country code for regularity (example: US)" - echo " --freq-band Set frequency band. Valid inputs: 2.4, 5 (default: 2.4)" + echo " --freq-band Set frequency band. Valid inputs: 2.4, 5 (default: Use 5GHz if the interface supports it)" echo " --driver Choose your WiFi adapter driver (default: nl80211)" echo " --no-virt Do not create virtual interface" echo " --no-haveged Do not run 'haveged' automatically when needed"