mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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@gmail.com>
(cherry picked from commit b1c7b1bd67
)
[ rework for openwrt-22.03 ]
This commit is contained in:
parent
64907f3c34
commit
fcdecb5ba4
@ -36,7 +36,7 @@
|
|||||||
enum hostapd_hw_mode hw_mode;
|
enum hostapd_hw_mode hw_mode;
|
||||||
struct hostapd_hw_modes *mode = NULL;
|
struct hostapd_hw_modes *mode = NULL;
|
||||||
- int ht40plus[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157,
|
- int ht40plus[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157,
|
||||||
+ int ht40plus[] = { 1, 2, 3, 4, 5, 6, 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157,
|
+ int ht40plus[] = { 1, 2, 3, 4, 5, 6, 7, 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157,
|
||||||
184, 192 };
|
184, 192 };
|
||||||
int bw80[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5955,
|
int bw80[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5955,
|
||||||
6035, 6115, 6195, 6275, 6355, 6435, 6515,
|
6035, 6115, 6195, 6275, 6355, 6435, 6515,
|
||||||
|
Loading…
Reference in New Issue
Block a user