From 084b2e12686aea43e47601f7328efe05533d635a Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 23 Mar 2025 07:22:15 -0700 Subject: [PATCH] Update 802.11n bands, resolves #1797 --- includes/hostapd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index c3e092e3..99b24fe3 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -19,7 +19,7 @@ function DisplayHostAPDConfig() 'a' => '802.11a - 5 GHz', 'b' => '802.11b - 2.4 GHz', 'g' => '802.11g - 2.4 GHz', - 'n' => '802.11n - 2.4 GHz', + 'n' => '802.11n - 2.4/5 GHz', 'ac' => '802.11ac - 5 GHz' ]; $languageCode = strtok($_SESSION['locale'], '_');