hostapd: permit also channel 7 for 2.5GHz to be set to HT40PLUS
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 8 Nov 2023 15:48:05 +0000 (16:48 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 9 Nov 2023 14:58:37 +0000 (15:58 +0100)
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@gmail.com>
package/network/services/hostapd/patches/301-mesh-noscan.patch

index 0e654febd5781c3645bc9477d6047658d8899c40..c50ffa8490c4e43bd7e2658e80a71799957c8de2 100644 (file)
@@ -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;