Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c85 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7996_mcu_get_sta_nss() local
87 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7996_mcu_get_sta_nss()
1275 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1282 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1283 bf->ibf_ncol = nss_mcs; in mt7996_mcu_sta_bfer_vht()
1316 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1328 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1339 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1374 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1388 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_eht()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c48 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7915_mcu_get_sta_nss() local
50 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7915_mcu_get_sta_nss()
1093 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_vht() local
1108 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1115 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1116 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1149 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1159 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1161 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()
1167 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
[all …]
/openbmc/linux/net/mac80211/
H A Dutil.c3115 memcpy(pos, &s1g_cap->nss_mcs, sizeof(s1g_cap->nss_mcs)); in ieee80211_ie_build_s1g_cap()
3116 pos += sizeof(s1g_cap->nss_mcs); in ieee80211_ie_build_s1g_cap()
4948 memcpy(s1g_capab.supp_mcs_nss, caps->nss_mcs, sizeof(caps->nss_mcs)); in ieee80211_add_s1g_capab_ie()
/openbmc/linux/net/wireless/
H A Dutil.c250 WARN_ON((sband->s1g_cap.nss_mcs[0] & 0x3) == 0x3); in set_mandatory_flags_band()
H A Dnl80211.c1978 sizeof(sband->s1g_cap.nss_mcs), in nl80211_send_band_rateinfo()
1979 sband->s1g_cap.nss_mcs))) in nl80211_send_band_rateinfo()
/openbmc/linux/include/net/
H A Dcfg80211.h507 u8 nss_mcs[5]; member
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c482 .nss_mcs = { 0xfc | 1, /* MCS 7 for 1 SS */