Home
last modified time | relevance | path

Searched refs:sta_vht_cap (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A 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()
/kernel/linux/linux-6.6/net/mac80211/
H A Drate.c789 __le16 sta_vht_cap; in rate_control_cap_mask() local
797 sta_vht_cap = sta->deflink.vht_cap.vht_mcs.rx_mcs_map; in rate_control_cap_mask()
798 ieee80211_get_vht_mask_from_cap(sta_vht_cap, sta_vht_mask); in rate_control_cap_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1373 struct ieee80211_sta_vht_cap *sta_vht_cap = &sta->deflink.vht_cap; in rs_bw_from_sta_bw() local
1375 .vht_cap_info = cpu_to_le32(sta_vht_cap->cap), in rs_bw_from_sta_bw()
1376 .supp_mcs = sta_vht_cap->vht_mcs, in rs_bw_from_sta_bw()

Completed in 14 milliseconds