hostapd: Set proper VHT capabilities

Set VHT capabilities defined in config file instead only supported
by the driver.

Signed-hostap: Marek Kwaczynski <marek.kwaczynski@tieto.com>
This commit is contained in:
Marek Kwaczynski 2013-11-21 13:45:32 +01:00 committed by Jouni Malinen
parent 77a3e796e1
commit 92ecda40e0

View file

@ -35,7 +35,7 @@ u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid)
cap = (struct ieee80211_vht_capabilities *) pos; cap = (struct ieee80211_vht_capabilities *) pos;
os_memset(cap, 0, sizeof(*cap)); os_memset(cap, 0, sizeof(*cap));
cap->vht_capabilities_info = host_to_le32( cap->vht_capabilities_info = host_to_le32(
hapd->iface->current_mode->vht_capab); hapd->iface->conf->vht_capab);
/* Supported MCS set comes from hw */ /* Supported MCS set comes from hw */
os_memcpy(&cap->vht_supported_mcs_set, os_memcpy(&cap->vht_supported_mcs_set,