summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/pci_mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-1/+2
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-6/+8
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-1/+1
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi1-39/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-31/+0
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi1-4/+4
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi1-3/+4
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee1-7/+7
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi1-2/+1
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+3
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi1-3/+4
2021-06-19mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()Lorenzo Bianconi1-2/+3
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-6/+2
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi1-7/+7
2021-04-21mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau1-1/+6
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-21mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happensRyder Lee1-3/+3
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau1-0/+168
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi1-1/+1
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-1/+1
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau1-2/+1
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau1-0/+1
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi1-1/+0
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-0/+184