Searched refs:vht_info (Results 1 – 2 of 2) sorted by relevance
2142 struct ieee80211_sta_vht_cap *vht_info) in nxpwifi_setup_vht_caps() argument2146 vht_info->vht_supported = true; in nxpwifi_setup_vht_caps()2148 vht_info->cap = adapter->hw_dot_11ac_dev_cap; in nxpwifi_setup_vht_caps()2150 vht_info->vht_mcs.rx_mcs_map = in nxpwifi_setup_vht_caps()2152 vht_info->vht_mcs.rx_highest = 0; in nxpwifi_setup_vht_caps()2153 vht_info->vht_mcs.tx_mcs_map = in nxpwifi_setup_vht_caps()2155 vht_info->vht_mcs.tx_highest = 0; in nxpwifi_setup_vht_caps()
2879 static void mwifiex_setup_vht_caps(struct ieee80211_sta_vht_cap *vht_info, in mwifiex_setup_vht_caps() argument2884 vht_info->vht_supported = true; in mwifiex_setup_vht_caps()2886 vht_info->cap = adapter->hw_dot_11ac_dev_cap; in mwifiex_setup_vht_caps()2888 vht_info->vht_mcs.rx_mcs_map = cpu_to_le16( in mwifiex_setup_vht_caps()2890 vht_info->vht_mcs.rx_highest = 0; in mwifiex_setup_vht_caps()2891 vht_info->vht_mcs.tx_mcs_map = cpu_to_le16( in mwifiex_setup_vht_caps()2893 vht_info->vht_mcs.tx_highest = 0; in mwifiex_setup_vht_caps()