aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24wifi: mt76: wait for firmware TX completion of mgmt frames before channel switchFelix Fietkau1-0/+6
2026-03-24wifi: mt76: connac: use is_connac2() to replace is_mt7921() checksSean Wang1-8/+8
2026-03-23wifi: mt76: mt7921: Reset ampdu_state state in case of failure in mt76_connac...Sean Wang1-2/+4
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-3/+3
2026-03-03wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211()Lorenzo Bianconi1-0/+1
2025-11-24wifi: mt76: adjust BSS conf pointer handlingFedor Pchelkin1-8/+11
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau1-1/+1
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau1-1/+1
2025-01-14wifi: mt76: connac: adjust phy capabilities based on band constraintsHoward Hsu1-2/+5
2025-01-14wifi: mt76: connac: rework connac helpersShayne Chen1-8/+8
2025-01-14wifi: mt76: rename struct mt76_vif to mt76_vif_linkFelix Fietkau1-2/+2
2025-01-14wifi: mt76: do not add wcid entries to sta poll list during MCU resetFelix Fietkau1-5/+1
2025-01-14wifi: mt76: remove mt76_calculate_default_rate()Felix Fietkau1-1/+13
2024-09-06wifi: mt76: connac: add support for IEEE 802.11 fragmentationBenjamin Lin1-1/+9
2024-02-22wifi: mt76: check txs format before getting skb by pidPeter Chiu1-0/+3
2024-02-22wifi: mt76: disable HW AMSDU when using fixed ratePeter Chiu1-1/+3
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-2/+3
2023-09-30wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driverSean Wang1-2/+5
2023-09-30wifi: mt76: connac: introduce helper for mt7925 chipsetDeren Wu1-2/+2
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau1-17/+0
2023-07-25mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi1-0/+82
2023-07-25wifi: mt76: mt7921: fix skb leak by txs missing in AMSDUDeren Wu1-2/+5
2023-07-25wifi: mt76: mt7915: rework tx bytes counting when WED is activePeter Chiu1-2/+0
2023-07-25wifi: mt76: mt7915: rework tx packets counting when WED is activePeter Chiu1-4/+5
2023-07-25wifi: mt76: mt7915: report tx retries/failed counts for non-WED pathRyder Lee1-4/+2
2023-05-12wifi: mt76: connac: fix stats->tx_bytes calculationRyder Lee1-1/+2
2023-04-17wifi: mt76: connac: add nss calculation into mt76_connac2_mac_tx_rate_val()Ryder Lee1-16/+27
2023-04-17wifi: mt76: connac: fix txd multicast rate settingRyder Lee1-1/+2
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi1-0/+21
2023-04-17wifi: mt76: connac: refresh tx session timer for WED deviceRyder Lee1-0/+11
2023-02-03wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_valLorenzo Bianconi1-3/+4
2022-12-09wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr...Deren Wu1-1/+1
2022-12-01wifi: mt76: connac: update nss calculation in txsEvelyn Tsai1-1/+5
2022-12-01wifi: mt76: connac: introduce mt76_connac_spe_idx()Shayne Chen1-3/+8
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-26/+48
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-2/+2
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-3/+3
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-1/+1
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-4/+4
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi1-0/+16
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-2/+2
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi1-0/+60
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi1-0/+39
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-0/+31
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi1-0/+105
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi1-0/+76
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi1-0/+187
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi1-0/+122
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-0/+284
2021-12-22mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi1-3/+0