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:
Janusz Dziedzic 2015-02-28 16:48:22 +02:00 committed by Jouni Malinen
parent 8b2b718da9
commit c3dabf5a00

View file

@ -1865,7 +1865,7 @@ void ibss_mesh_setup_freq(struct wpa_supplicant *wpa_s,
vht_freq.vht_enabled,
freq->sec_channel_offset,
VHT_CHANWIDTH_80MHZ,
vht80[i] + 6, 0, 0) != 0)
vht80[j] + 6, 0, 0) != 0)
return;
*freq = vht_freq;