Searched refs:bfer_nr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | mcu.c | 1757 u8 bfee_nr, bfer_nr, n, tx_ant = hweight8(phy->chainmask) - 1; in mt7915_mcu_sta_bfer_vht() local 1767 bfer_nr = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7915_mcu_sta_bfer_vht() 1771 n = min_t(u8, bfer_nr, bfee_nr); in mt7915_mcu_sta_bfer_vht() 1791 u8 bfee_nr, bfer_nr, nss_mcs; in mt7915_mcu_sta_bfer_he() local 1806 bfer_nr = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1814 bf->nr = min_t(u8, bfer_nr, bfee_nr); in mt7915_mcu_sta_bfer_he() 1841 bfer_nr = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1846 bf->nr_bw160 = min_t(int, bfer_nr, bfee_nr); in mt7915_mcu_sta_bfer_he()
|