Lines Matching refs:ht_cap
43 struct ieee80211_sta_ht_cap *ht_cap = &sta->deflink.ht_cap; in rs_fw_sgi_cw_support() local
51 if (ht_cap->cap & IEEE80211_HT_CAP_SGI_20) in rs_fw_sgi_cw_support()
53 if (ht_cap->cap & IEEE80211_HT_CAP_SGI_40) in rs_fw_sgi_cw_support()
67 struct ieee80211_sta_ht_cap *ht_cap = &sta->deflink.ht_cap; in rs_fw_get_config_flags() local
81 else if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) in rs_fw_get_config_flags()
86 ((ht_cap->cap & IEEE80211_HT_CAP_LDPC_CODING) || in rs_fw_get_config_flags()
366 const struct ieee80211_sta_ht_cap *ht_cap = &sta->deflink.ht_cap; in rs_fw_set_supp_rates() local
388 } else if (ht_cap->ht_supported) { in rs_fw_set_supp_rates()
391 cpu_to_le16(ht_cap->mcs.rx_mask[0]); in rs_fw_set_supp_rates()
399 cpu_to_le16(ht_cap->mcs.rx_mask[1]); in rs_fw_set_supp_rates()
503 const struct ieee80211_sta_ht_cap *ht_cap = &sta->deflink.ht_cap; in rs_fw_get_max_amsdu_len() local
525 } else if (ht_cap->ht_supported) { in rs_fw_get_max_amsdu_len()
526 if (ht_cap->cap & IEEE80211_HT_CAP_MAX_AMSDU) in rs_fw_get_max_amsdu_len()