Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c736 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7925_mac_write_txwi() local
815 if (is_8023) in mt7925_mac_write_txwi()
848 bool is_8023; in mt7925_tx_check_aggr() local
859 is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7925_tx_check_aggr()
861 if (is_8023) { in mt7925_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c826 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_mac_write_txwi() local
894 if (is_8023) in mt7996_mac_write_txwi()
933 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_tx_prepare_skb() local
974 if (!is_8023 && ieee80211_is_mgmt(hdr->frame_control)) in mt7996_tx_prepare_skb()
1024 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_tx_check_aggr() local
1034 if (is_8023) { in mt7996_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c488 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt76_connac2_mac_write_txwi() local
562 if (is_8023) in mt76_connac2_mac_write_txwi()