summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-19mt76: mt7663s: enable runtime-pmLorenzo Bianconi1-2/+2
2021-06-19mt76: mt7921: fix invalid register access in wake_workSean Wang1-0/+6
2021-04-21mt76: mt7921: mt7921_stop should put device in fw_own stateSean Wang1-1/+1
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi1-1/+3
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi1-4/+4
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi1-8/+0
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi1-0/+1
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi1-0/+119