hostapd: update to git HEAD of 2018-05-21, allow build against wolfssl
[openwrt/staging/wigyori.git] / package / network / services / hostapd / patches / 009-mesh-set-mesh-center-frequency.patch
1 From 3cefd0bf495ad51a860b56281a8cae32bc4bd086 Mon Sep 17 00:00:00 2001
2 From: Peter Oh <peter.oh@bowerswilkins.com>
3 Date: Tue, 17 Apr 2018 21:55:06 -0700
4 Subject: [PATCH 09/16] mesh: set mesh center frequency
5
6 vht center frequency value is required to compose the correct channel info.
7
8 Signed-off-by: Peter Oh <peter.oh@bowerswilkins.com>
9 ---
10 wpa_supplicant/mesh.c | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- a/wpa_supplicant/mesh.c
14 +++ b/wpa_supplicant/mesh.c
15 @@ -456,6 +456,7 @@ int wpa_supplicant_join_mesh(struct wpa_
16
17 if (wpa_s->mesh_vht_enabled) {
18 ssid->vht = 1;
19 + ssid->vht_center_freq1 = params->freq.center_freq1;
20 switch (params->freq.bandwidth) {
21 case 80:
22 if (params->freq.center_freq2) {