[openwrt/openwrt] hostapd: permit also channel 7 for 2.5GHz to be set to HT40PLUS

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 9 07:32:33 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/1cab0d74b3c56fa99cc0fcf6dcd13aff7cb174ba

commit 1cab0d74b3c56fa99cc0fcf6dcd13aff7cb174ba
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Nov 8 16:48:05 2023 +0100

    hostapd: permit also channel 7 for 2.5GHz to be set to HT40PLUS
    
    Also channel 7 for 2.4GHz can be set to HT40PLUS. Permit this and add it
    to the list of the channels.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit b1c7b1bd67ca40289dfb7acd03e12ce43618d548)
---
 package/network/services/hostapd/patches/301-mesh-noscan.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/hostapd/patches/301-mesh-noscan.patch b/package/network/services/hostapd/patches/301-mesh-noscan.patch
index 0e654febd5..c50ffa8490 100644
--- a/package/network/services/hostapd/patches/301-mesh-noscan.patch
+++ b/package/network/services/hostapd/patches/301-mesh-noscan.patch
@@ -45,7 +45,7 @@
  	unsigned int j;
  	static const int ht40plus[] = {
 -		36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157, 165, 173,
-+		1, 2, 3, 4, 5, 6, 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157, 165, 173,
++		1, 2, 3, 4, 5, 6, 7, 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157, 165, 173,
  		184, 192
  	};
  	int ht40 = -1;




More information about the lede-commits mailing list