Searched refs:ebf (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1231 bool ebf; in mt7915_mcu_sta_bfer_tlv() local 1236 ebf = mt7915_is_ebf_supported(phy, vif, sta, false); in mt7915_mcu_sta_bfer_tlv() 1237 if (!ebf && !dev->ibf) in mt7915_mcu_sta_bfer_tlv() 1247 if (sta->deflink.he_cap.has_he && ebf) in mt7915_mcu_sta_bfer_tlv() 1250 mt7915_mcu_sta_bfer_vht(sta, phy, bf, ebf); in mt7915_mcu_sta_bfer_tlv() 1256 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7915_mcu_sta_bfer_tlv() 1261 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv() 1266 if (ebf && bf->nrow != tx_ant) in mt7915_mcu_sta_bfer_tlv() 3510 bool ebf; in mt7915_mcu_set_txbf() member 3531 req.type.ebf = true; in mt7915_mcu_set_txbf()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1686 bool ebf; in mt7996_mcu_sta_bfer_tlv() local 1691 ebf = mt7996_is_ebf_supported(phy, link_conf, link_sta, false); in mt7996_mcu_sta_bfer_tlv() 1692 if (!ebf && !dev->ibf) in mt7996_mcu_sta_bfer_tlv() 1703 mt7996_mcu_sta_bfer_eht(link_sta, vif, link->phy, bf, ebf); in mt7996_mcu_sta_bfer_tlv() 1705 mt7996_mcu_sta_bfer_he(link_sta, vif, link->phy, bf, ebf); in mt7996_mcu_sta_bfer_tlv() 1707 mt7996_mcu_sta_bfer_vht(link_sta, link->phy, bf, ebf); in mt7996_mcu_sta_bfer_tlv() 1709 mt7996_mcu_sta_bfer_ht(link_sta, link->phy, bf, ebf); in mt7996_mcu_sta_bfer_tlv() 1713 bf->bf_cap = ebf ? EBF_MODE : (dev->ibf ? IBF_MODE : 0); in mt7996_mcu_sta_bfer_tlv() 1724 else if (!ebf && link_sta->bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7996_mcu_sta_bfer_tlv() 1730 if (ebf) in mt7996_mcu_sta_bfer_tlv() [all …]
|
| H A D | mcu.h | 711 bool ebf; member
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 737 u8 ebf; member
|