Browse Source

Fix merge issue with IBSS VHT support

Commit 563ee1832bf3256f64d76ecb231c5a986eb98a77 ('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>
Janusz Dziedzic 10 years ago
parent
commit
c3dabf5a00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/wpa_supplicant.c

+ 1 - 1
wpa_supplicant/wpa_supplicant.c

@@ -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;