summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
AgeCommit message (Expand)AuthorFilesLines
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2-2/+2
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg2-0/+8
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao3-0/+3
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-2/+2
2023-02-03wifi: mt76: mt76x0u: report firmware version through ethtoolLorenzo Bianconi1-0/+1
2022-12-09wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_powerLorenzo Bianconi1-1/+6
2022-12-01wifi: mt76: mt76x0: remove dead code in mt76x0_phy_get_target_powerLorenzo Bianconi1-3/+0
2022-12-01wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau1-18/+6
2022-12-01wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau4-9/+9
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-1/+1
2021-12-19mt76: mt76x02: introduce SAR supportLorenzo Bianconi5-3/+40
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh1-1/+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-06-19mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi1-1/+1
2021-05-15mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi1-4/+77
2021-04-12mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1Eric Y.Y. Wong1-1/+2
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 Bianconi2-4/+4
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-3/+3
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi3-7/+7
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi1-0/+1
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-0/+1
2020-09-24mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones3-145/+160
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi1-4/+2
2020-05-12mt76: mt76x0: enable MCS 8 and MCS9Lorenzo Bianconi1-21/+5
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-03-17mt76: remove variable 'val' set but not usedChen Wandun1-2/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau2-0/+2
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi1-1/+1
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi1-0/+6
2020-02-14mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi1-6/+2
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau2-2/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau6-19/+19
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau4-14/+14
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-1/+1
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2-0/+2
2019-11-20Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka1-14/+1
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi3-9/+9
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi1-0/+2
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi1-1/+1
2019-11-20mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi1-1/+0