Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mt76x0
AgeCommit message (Expand)Author
2022-09-28wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau
2022-09-28wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau
2022-03-15mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi
2021-11-22mt76: mt76x02: introduce SAR supportLorenzo Bianconi
2021-10-19mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh
2021-09-24mt76: disable BH around napi_schedule() callsFelix Fietkau
2021-09-24mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-18mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi
2021-05-13mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi
2021-03-15mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1Eric Y.Y. Wong
2021-02-14mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee
2021-01-14mt76: move mac_work in mt76_core moduleLorenzo Bianconi
2020-11-13mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-11-13mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-11-10mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi
2020-11-10mt76: fix memory leak if device probing failsLorenzo Bianconi
2020-10-23sync with upstream changesFelix Fietkau
2020-09-30mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau
2020-09-09mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones
2020-09-09mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-08-07mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau
2020-07-10mt76: move mt76 workqueue in common codeLorenzo Bianconi
2020-04-27mt76: mt76x0: enable MCS 8 and MCS9Lorenzo Bianconi
2020-04-06mt76: mt76x0: pci: add mt7610 PCI IDPawel Dembicki
2020-03-12mt76: remove variable 'val' set but not usedChen Wandun
2020-02-16mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau
2020-02-14mt76: mt76x0u: add support to TP-Link T2UHPLorenzo Bianconi
2020-02-07mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-01-27mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi
2020-01-27mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi
2020-01-27mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi
2020-01-03mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi
2019-12-14treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-12-14mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka
2019-11-20mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau
2019-11-20mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau
2019-11-20mt76: move txpower_conf back to driver specific structsFelix Fietkau
2019-11-20mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2019-11-20mt76: move channel state to struct mt76_phyFelix Fietkau
2019-11-20mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi
2019-10-28mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi
2019-10-07mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki
2019-09-26mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau
2019-09-26mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau
2019-09-26mt76: unify channel survey update codeFelix Fietkau