Home
last modified time | relevance | path

Searched refs:nss_mcs (Results 1 – 7 of 7) sorted by relevance

/linux/net/mac80211/
H A Ds1g.c207 memcpy(s1g_cap->nss_mcs, s1g_cap_ie->supp_mcs_nss, in ieee80211_s1g_cap_to_sta_s1g_cap()
208 sizeof(s1g_cap->nss_mcs)); in ieee80211_s1g_cap_to_sta_s1g_cap()
H A Dutil.c1241 skb_put_data(skb, &s1g_cap->nss_mcs, sizeof(s1g_cap->nss_mcs)); in ieee80211_put_s1g_cap()
4312 memcpy(s1g_capab.supp_mcs_nss, caps->nss_mcs, sizeof(caps->nss_mcs)); in ieee80211_add_s1g_capab_ie()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c114 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7996_mcu_get_sta_nss() local
116 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7996_mcu_get_sta_nss()
1620 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_vht() local
1635 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1642 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1643 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1661 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he() local
1680 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1682 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_he()
1691 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
[all …]
/linux/net/wireless/
H A Dutil.c217 WARN_ON((sband->s1g_cap.nss_mcs[0] & 0x3) == 0x3); in set_mandatory_flags_band()
H A Dnl80211.c2141 sizeof(sband->s1g_cap.nss_mcs), in nl80211_send_band_rateinfo()
2142 sband->s1g_cap.nss_mcs))) in nl80211_send_band_rateinfo()
/linux/include/net/
H A Dcfg80211.h555 u8 nss_mcs[5]; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c505 .nss_mcs = { 0xfc | 1, /* MCS 7 for 1 SS */