Searched refs:ebf (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 1409 bool ebf; in mt7996_mcu_sta_bfer_tlv() local 1414 ebf = mt7996_is_ebf_supported(phy, vif, sta, false); in mt7996_mcu_sta_bfer_tlv() 1415 if (!ebf && !dev->ibf) in mt7996_mcu_sta_bfer_tlv() 1425 if (sta->deflink.eht_cap.has_eht && ebf) in mt7996_mcu_sta_bfer_tlv() 1427 else if (sta->deflink.he_cap.has_he && ebf) in mt7996_mcu_sta_bfer_tlv() 1430 mt7996_mcu_sta_bfer_vht(sta, phy, bf, ebf); in mt7996_mcu_sta_bfer_tlv() 1436 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7996_mcu_sta_bfer_tlv() 1441 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7996_mcu_sta_bfer_tlv() 1446 if (ebf && bf->nrow != tx_ant) in mt7996_mcu_sta_bfer_tlv() 3301 req_hw_en->ebf = true; in mt7996_mcu_set_txbf()
|
D | mcu.h | 472 bool ebf; member
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 1198 bool ebf; in mt7915_mcu_sta_bfer_tlv() local 1203 ebf = mt7915_is_ebf_supported(phy, vif, sta, false); in mt7915_mcu_sta_bfer_tlv() 1204 if (!ebf && !dev->ibf) in mt7915_mcu_sta_bfer_tlv() 1214 if (sta->deflink.he_cap.has_he && ebf) in mt7915_mcu_sta_bfer_tlv() 1217 mt7915_mcu_sta_bfer_vht(sta, phy, bf, ebf); in mt7915_mcu_sta_bfer_tlv() 1223 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7915_mcu_sta_bfer_tlv() 1228 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv() 1233 if (ebf && bf->nrow != tx_ant) in mt7915_mcu_sta_bfer_tlv() 3379 bool ebf; in mt7915_mcu_set_txbf() member 3400 req.type.ebf = true; in mt7915_mcu_set_txbf()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.h | 710 u8 ebf; member
|