Searched refs:vht_info (Results 1 – 1 of 1) sorted by relevance
2774 static void mwifiex_setup_vht_caps(struct ieee80211_sta_vht_cap *vht_info, in mwifiex_setup_vht_caps() argument2779 vht_info->vht_supported = true; in mwifiex_setup_vht_caps()2781 vht_info->cap = adapter->hw_dot_11ac_dev_cap; in mwifiex_setup_vht_caps()2783 vht_info->vht_mcs.rx_mcs_map = cpu_to_le16( in mwifiex_setup_vht_caps()2785 vht_info->vht_mcs.rx_highest = 0; in mwifiex_setup_vht_caps()2786 vht_info->vht_mcs.tx_mcs_map = cpu_to_le16( in mwifiex_setup_vht_caps()2788 vht_info->vht_mcs.tx_highest = 0; in mwifiex_setup_vht_caps()