summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19mt76: mt76x02: introduce SAR supportLorenzo Bianconi1-0/+1
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+2
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-05-15mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi1-4/+77
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-3/+3
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-2/+2
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-1/+1
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau1-0/+2
2020-05-12mt76: mt76x0: pci: add mt7610 PCI IDPawel Dembicki1-0/+1
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau1-0/+2
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-4/+4
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi1-0/+1
2019-11-20Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka1-14/+1
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau1-0/+1
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau1-9/+0
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-1/+2
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+14
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-1/+1
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-03mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka1-1/+14
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka1-6/+0
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt76: unify set_timStanislaw Gruszka1-8/+1
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-0/+2
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi1-0/+1
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi1-6/+11
2019-02-18mt76: run MAC work every 100msFelix Fietkau1-1/+1
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau1-1/+1
2019-01-11mt76: add energy detect CCA support to mt76x{0,2}e driversLorenzo Bianconi1-0/+1
2019-01-11mt76x0: pci: fix ACS supportLorenzo Bianconi1-0/+8
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau1-2/+3
2018-11-30mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi1-0/+1
2018-11-30mt76: move mt76x02_set_tx_ackto in mt76x02-lib moduleLorenzo Bianconi1-0/+1
2018-11-30mt76x0: pci: enable AP supportLorenzo Bianconi1-0/+17
2018-11-30mt76: move mt76x02_sta_ps in mt76x02-lib moduleLorenzo Bianconi1-0/+1
2018-11-30mt76: move mt76x02_get_txpower in mt76x02_util.cLorenzo Bianconi1-0/+1
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi1-2/+2
2018-11-30mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi1-0/+1
2018-11-30mt76x0: pci: add missing MODULE_FIRMWARE macroLorenzo Bianconi1-0/+2
2018-11-30mt76x0: pci: add get_survey supportLorenzo Bianconi1-0/+2
2018-10-13mt76x0: pci: introduce mt76x0_phy_calirate routineLorenzo Bianconi1-0/+1
2018-10-13mt76: mt76x0e: another fix for the external PA current settingFelix Fietkau1-10/+3
2018-10-13mt76x0: pci: fix set external PA I/O currentYueHaibing1-3/+3
2018-10-13mt76x0: pci: add mt76x0_register_device in mt76x0e_register_deviceLorenzo Bianconi1-1/+19