OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | From fa3af966032267e618b19bbf06a536ddb81ddbdf Mon Sep 17 00:00:00 2001 |
2 | From: Peter Oh <peter.oh@bowerswilkins.com> |
||
3 | Date: Tue, 29 May 2018 14:39:13 -0700 |
||
4 | Subject: [PATCH 09/18] 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 | @@ -457,6 +457,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) { |