Lines Matching refs:vht_cap
1308 const struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap; in ath10k_peer_assoc_h_vht() local
1311 if (!vht_cap->vht_supported) in ath10k_peer_assoc_h_vht()
1315 arg->peer_vht_caps = vht_cap->cap; in ath10k_peer_assoc_h_vht()
1317 ampdu_factor = (vht_cap->cap & in ath10k_peer_assoc_h_vht()
1333 __le16_to_cpu(vht_cap->vht_mcs.rx_highest); in ath10k_peer_assoc_h_vht()
1335 __le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map); in ath10k_peer_assoc_h_vht()
1337 __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath10k_peer_assoc_h_vht()
1339 __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ath10k_peer_assoc_h_vht()
1393 if (sta->vht_cap.vht_supported) { in ath10k_peer_assoc_h_phymode()
4629 struct ieee80211_sta_vht_cap vht_cap = {0}; in ath10k_create_vht_cap() local
4633 vht_cap.vht_supported = 1; in ath10k_create_vht_cap()
4634 vht_cap.cap = ar->vht_cap_info; in ath10k_create_vht_cap()
4644 vht_cap.vht_mcs.rx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap()
4645 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap()
4647 return vht_cap; in ath10k_create_vht_cap()
4747 struct ieee80211_sta_vht_cap vht_cap; in ath10k_mac_register() local
4757 vht_cap = ath10k_create_vht_cap(ar); in ath10k_mac_register()
4795 band->vht_cap = vht_cap; in ath10k_mac_register()