VHT: Remove a redundant check

This check is already done in ibss_mesh_setup_freq().

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
Masashi Honma 2017-02-14 14:13:44 +09:00 committed by Jouni Malinen
parent a7a638c2c4
commit 025c6a47fb

View file

@ -1873,11 +1873,6 @@ static int drv_supports_vht(struct wpa_supplicant *wpa_s,
u8 channel; u8 channel;
int i; int i;
#ifdef CONFIG_HT_OVERRIDES
if (ssid->disable_ht)
return 0;
#endif /* CONFIG_HT_OVERRIDES */
hw_mode = ieee80211_freq_to_chan(ssid->frequency, &channel); hw_mode = ieee80211_freq_to_chan(ssid->frequency, &channel);
if (hw_mode == NUM_HOSTAPD_MODES) if (hw_mode == NUM_HOSTAPD_MODES)
return 0; return 0;