Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Drate.c808 __le16 sta_vht_cap; in rate_control_cap_mask() local
816 sta_vht_cap = sta->deflink.vht_cap.vht_mcs.rx_mcs_map; in rate_control_cap_mask()
817 ieee80211_get_vht_mask_from_cap(sta_vht_cap, sta_vht_mask); in rate_control_cap_mask()
H A Dmlme.c476 struct ieee80211_sta_vht_cap sta_vht_cap; in ieee80211_verify_sta_vht_mcs_support() local
486 memcpy(&sta_vht_cap, &sband->vht_cap, sizeof(sta_vht_cap)); in ieee80211_verify_sta_vht_mcs_support()
487 ieee80211_apply_vhtcap_overrides(sdata, &sta_vht_cap); in ieee80211_verify_sta_vht_mcs_support()
490 sta_rx_mcs_map = le16_to_cpu(sta_vht_cap.vht_mcs.rx_mcs_map); in ieee80211_verify_sta_vht_mcs_support()
491 sta_tx_mcs_map = le16_to_cpu(sta_vht_cap.vht_mcs.tx_mcs_map); in ieee80211_verify_sta_vht_mcs_support()