Home
last modified time | relevance | path

Searched refs:is_mt7921 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c65 if (is_mt7921(dev) && in mt76_connac_mcu_init_download()
476 if (is_mt7921(dev) && in mt76_connac_mcu_wtbl_generic_tlv()
494 if (is_mt7921(dev)) in mt76_connac_mcu_wtbl_generic_tlv()
738 len = is_mt7921(dev) ? sizeof(*vht) : sizeof(*vht) - 4; in mt76_connac_mcu_sta_tlv()
749 if (!is_mt7921(dev)) in mt76_connac_mcu_sta_tlv()
849 if (!is_mt7921(dev) && sta->ht_cap.ht_supported) { in mt76_connac_mcu_wtbl_ht_tlv()
951 if (is_mt7921(dev)) { in mt76_connac_mcu_wtbl_ba_tlv()
1133 if (!is_mt7921(dev)) in mt76_connac_get_phy_mode()
1441 duration = is_mt7921(phy->dev) ? 0 : MT76_CONNAC_SCAN_CHANNEL_TIME; in mt76_connac_mcu_hw_scan()
1474 if (is_mt7921(phy->dev)) in mt76_connac_mcu_hw_scan()
[all …]
Dmt76_connac.h88 static inline bool is_mt7921(struct mt76_dev *dev) in is_mt7921() function
Dmt76_connac_mcu.h992 if (is_mt7921(dev)) { in mt76_connac_mcu_get_wlan_idx()