summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/dma.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-211-3/+27
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-1/+1
* mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau2021-04-211-3/+14
* mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau2021-04-121-10/+16
* mt76: use threaded NAPIFelix Fietkau2021-04-121-1/+1
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-041-1/+1
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-1/+1
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-11/+8
* mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi2020-12-041-6/+6
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi2020-12-041-33/+17
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-1/+0
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-17/+10
* mt76: remove swq from struct mt76_sw_queueFelix Fietkau2020-09-241-2/+0
* mt76: mt7615: significantly reduce interrupt loadFelix Fietkau2020-09-241-21/+3
* mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau2020-09-241-5/+3
* mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi2020-09-241-0/+1
* mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau2020-07-211-4/+0
* mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi2020-07-211-0/+1
* mt76: mt7615: fix hw queue mappingLorenzo Bianconi2020-07-211-4/+4
* mt76: mt7615: introduce PM supportLorenzo Bianconi2020-05-121-0/+37
* mt76: mt7615: use larger rx buffers if VHT is supportedFelix Fietkau2020-05-121-2/+7
* mt76: mt7615: rework mt7615_mac_sta_poll for usb codeLorenzo Bianconi2020-05-121-0/+2
* mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi2020-05-121-39/+0
* mt76: mt7615: introduce mt7663e supportLorenzo Bianconi2020-03-171-4/+46
* mt76: mt7615: implement hardware reset supportFelix Fietkau2020-02-141-1/+2
* mt76: mt7615: decrease rx ring size for MT7622Felix Fietkau2020-02-141-2/+5
* mt76: mt7615: add dma and tx queue initialization for MT7622Felix Fietkau2020-02-141-51/+117
* mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi2019-11-201-0/+2
* mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi2019-09-051-10/+0
* mt76: mt7615: add hw dfs pattern detector supportLorenzo Bianconi2019-09-051-1/+1
* mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi2019-06-251-1/+0
* mt76: mt7615: use napi polling for tx cleanupLorenzo Bianconi2019-06-251-2/+22
* mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-011-0/+205