mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 11:27:48 +00:00
29 lines
1.3 KiB
Diff
29 lines
1.3 KiB
Diff
Index: hostapd-2021-02-20-59e9794c/src/common/hw_features_common.c
|
|
===================================================================
|
|
--- hostapd-2021-02-20-59e9794c.orig/src/common/hw_features_common.c
|
|
+++ hostapd-2021-02-20-59e9794c/src/common/hw_features_common.c
|
|
@@ -114,7 +114,7 @@ int allowed_ht40_channel_pair(enum hosta
|
|
{
|
|
int ok, first;
|
|
int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140,
|
|
- 149, 157, 165, 184, 192 };
|
|
+ 149, 157, 165, 173, 184, 192 };
|
|
size_t k;
|
|
int ht40_plus, pri_chan, sec_chan;
|
|
|
|
Index: hostapd-2021-02-20-59e9794c/wpa_supplicant/wpa_supplicant.c
|
|
===================================================================
|
|
--- hostapd-2021-02-20-59e9794c.orig/wpa_supplicant/wpa_supplicant.c
|
|
+++ hostapd-2021-02-20-59e9794c/wpa_supplicant/wpa_supplicant.c
|
|
@@ -2507,8 +2507,8 @@ void ibss_mesh_setup_freq(struct wpa_sup
|
|
enum hostapd_hw_mode hw_mode;
|
|
struct hostapd_hw_modes *mode = NULL;
|
|
int ht40plus[] = { 1, 2, 3, 4, 5, 6, 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157,
|
|
- 184, 192 };
|
|
- unsigned int bw80[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5955,
|
|
+ 165, 173, 184, 192 };
|
|
+ unsigned int bw80[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5825, 5955,
|
|
6035, 6115, 6195, 6275, 6355, 6435, 6515,
|
|
6595, 6675, 6755, 6835, 6915, 6995 };
|
|
unsigned int bw160[] = { 5955, 6115, 6275, 6435, 6595, 6755, 6915 };
|