Searched refs:txmcs_n (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | vht.c | 32 u16 rxmcs_mask, rxmcs_cap, rxmcs_n, txmcs_mask, txmcs_cap, txmcs_n; in ieee80211_apply_vhtcap_overrides() local 85 txmcs_n = le16_to_cpu(sdata->u.mgd.vht_capa.supp_mcs.tx_mcs_map); in ieee80211_apply_vhtcap_overrides() 86 txmcs_n &= txmcs_mask; in ieee80211_apply_vhtcap_overrides() 102 n = (txmcs_n >> 2*i) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_apply_vhtcap_overrides() 108 txmcs_cap |= (txmcs_n & (3 << 2*i)); in ieee80211_apply_vhtcap_overrides()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | vht.c | 32 u16 rxmcs_mask, rxmcs_cap, rxmcs_n, txmcs_mask, txmcs_cap, txmcs_n; in ieee80211_apply_vhtcap_overrides() local 85 txmcs_n = le16_to_cpu(sdata->u.mgd.vht_capa.supp_mcs.tx_mcs_map); in ieee80211_apply_vhtcap_overrides() 86 txmcs_n &= txmcs_mask; in ieee80211_apply_vhtcap_overrides() 102 n = (txmcs_n >> 2*i) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_apply_vhtcap_overrides() 108 txmcs_cap |= (txmcs_n & (3 << 2*i)); in ieee80211_apply_vhtcap_overrides()
|
Completed in 3 milliseconds