summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27wifi: mt76: mt7921e: fix use-after-free in free_irq()Deren Wu1-0/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao1-0/+1
2023-12-11wifi: mt76: mt7921: fix CLC command timeout when suspend/resumeMing Yen Hsieh1-0/+3
2023-12-11wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queueSean Wang1-1/+1
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-1/+1
2023-09-30wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Ingo Rohloff1-0/+2
2023-07-26wifi: mt76: mt7921: move mt7921_dma_init in pci.cLorenzo Bianconi1-0/+66
2023-07-26wifi: mt76: mt7921: move runtime-pm pci code in mt792x-libLorenzo Bianconi1-4/+4
2023-07-26wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libLorenzo Bianconi1-3/+3
2023-07-26wifi: mt76: mt7921: move hif_ops macro in mt792x.hLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt792x: move more dma shared code in mt792x_dmaLorenzo Bianconi1-81/+7
2023-07-26wifi: mt76: mt792x: introduce mt792x_irq_mapLorenzo Bianconi1-18/+35
2023-07-26wifi: mt76: mt7921: move init shared code in mt792x-lib moduleLorenzo Bianconi1-2/+2
2023-07-26wifi: mt76: mt7921: move dma shared code in mt792x-lib moduleLorenzo Bianconi1-3/+3
2023-07-26wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi1-3/+3
2023-07-26wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_opsLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi1-13/+13
2023-07-25mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi1-1/+1
2023-07-07wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou1-0/+8
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-42/+22
2023-04-17wifi: mt76: mt7921e: stop chip reset worker in unregister hookQuan Zhou1-1/+2
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-1/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-1/+0
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi1-7/+6
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi1-4/+4
2023-04-17wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetMario Limonciello1-0/+6
2023-04-17wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineLorenzo Bianconi1-17/+2
2023-04-17wifi: mt76: mt7921: fix PCI DMA hang after rebootDeren Wu1-11/+1
2023-03-31wifi: mt76: mt7921: fix fw used for offload check for mt7922Lorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7921e: add pci .shutdown() supportLeon Yen1-0/+16
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang1-0/+7
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang1-7/+26
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear1-1/+2
2022-09-15wifi: mt76: mt7921e: fix random fw download failDeren Wu1-0/+1
2022-09-15wifi: mt76: mt7921e: fix rmmod crash in driver reload testDeren Wu1-0/+2
2022-09-15wifi: mt76: mt7921: delete stray if statementDan Carpenter1-3/+0
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi1-2/+2
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang1-4/+9
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi1-40/+36
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng1-18/+7
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi1-2/+1
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang1-1/+1
2022-05-13mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-03-16mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi1-0/+1
2022-02-03mt76: mt7921e: fix possible probe failure after rebootSean Wang1-0/+124
2022-02-03mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi1-0/+1
2021-12-19mt76: mt7921: fix possible resume failureSean Wang1-2/+7