Home
last modified time | relevance | path

Searched refs:sta_vht_cap (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/mac80211/
Drate.c784 __le16 sta_vht_cap; in rate_control_cap_mask() local
792 sta_vht_cap = sta->vht_cap.vht_mcs.rx_mcs_map; in rate_control_cap_mask()
793 ieee80211_get_vht_mask_from_cap(sta_vht_cap, sta_vht_mask); in rate_control_cap_mask()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.c1420 struct ieee80211_sta_vht_cap *sta_vht_cap = &sta->vht_cap; in rs_bw_from_sta_bw() local
1422 .vht_cap_info = cpu_to_le32(sta_vht_cap->cap), in rs_bw_from_sta_bw()
1423 .supp_mcs = sta_vht_cap->vht_mcs, in rs_bw_from_sta_bw()