aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7915/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-01mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang1-3/+10
2022-12-01wifi: mt76: mt7915: enable wed for mt7986-wmac chipsetLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7915: move wed init routines in mmio.cLorenzo Bianconi1-92/+1
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-0/+21
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-7/+89
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee1-2/+0
2022-05-13mt76: mt7915: always call mt7915_wfsys_reset() during initRyder Lee1-0/+1
2022-02-03mt76: mt7915: move pci specific code back to pci.cFelix Fietkau1-6/+54
2022-02-03mt76: mt7915: add device id for mt7916Bo Jiao1-2/+5
2022-02-03mt76: mt7915: add firmware support for mt7916Bo Jiao1-0/+3
2022-02-03mt76: mt7915: add mt7915_mmio_probe() as a common probing functionBo Jiao1-216/+17
2021-12-19mt76: mt7915: process txfree and txstatus without allocating skbsFelix Fietkau1-0/+1
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-10-20mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee1-2/+1
2021-06-17mt76: mt7915: disable ASPMFelix Fietkau1-0/+2
2021-06-17mt76: mt7915: add MSI supportFelix Fietkau1-6/+33
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-0/+1
2021-04-21mt76: mt7915: rework the flow of txpower settingShayne Chen1-25/+0
2021-04-12mt76: mt7915: add mmio.cRyder Lee1-8/+5
2021-01-27mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau1-6/+167
2021-01-27mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau1-0/+4
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi1-5/+14
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-2/+3
2020-09-24mt76: mt7915: significantly reduce interrupt loadFelix Fietkau1-3/+3
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee1-1/+2
2020-09-24mt76: mt7915: clean up and fix interrupt masking in the irq handlerFelix Fietkau1-14/+11
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau1-0/+2
2020-07-21mt76: mt7915: overwrite qid for non-bufferable mgmt framesRyder Lee1-1/+1
2020-05-12mt76: mt7915: implement HE per-rate tx power supportRyder Lee1-0/+25
2020-05-12mt76: add mac80211 driver for MT7915 PCIe-based chipsetsRyder Lee1-0/+166