Fix merge issue with IBSS VHT support
Commit 563ee1832b
('IBSS: Add support for
VHT80 configuration') got merged in incorrectly with one i/j swap
missed.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
This commit is contained in:
parent
8b2b718da9
commit
c3dabf5a00
1 changed files with 1 additions and 1 deletions
|
@ -1865,7 +1865,7 @@ void ibss_mesh_setup_freq(struct wpa_supplicant *wpa_s,
|
||||||
vht_freq.vht_enabled,
|
vht_freq.vht_enabled,
|
||||||
freq->sec_channel_offset,
|
freq->sec_channel_offset,
|
||||||
VHT_CHANWIDTH_80MHZ,
|
VHT_CHANWIDTH_80MHZ,
|
||||||
vht80[i] + 6, 0, 0) != 0)
|
vht80[j] + 6, 0, 0) != 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
*freq = vht_freq;
|
*freq = vht_freq;
|
||||||
|
|
Loading…
Reference in a new issue