summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt76x0u: report firmware version through ethtoolLorenzo Bianconi2023-02-031-0/+1
* wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_powerLorenzo Bianconi2022-12-091-1/+6
* wifi: mt76: mt76x0: remove dead code in mt76x0_phy_get_target_powerLorenzo Bianconi2022-12-011-3/+0
* wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau2022-12-011-18/+6
* wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau2022-12-014-9/+9
* mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi2022-03-161-1/+1
* mt76: mt76x02: introduce SAR supportLorenzo Bianconi2021-12-195-3/+40
* mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh2021-10-201-1/+1
* mt76: disable BH around napi_schedule() callsFelix Fietkau2021-10-201-0/+2
* mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-10-201-1/+1
* mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi2021-06-191-1/+1
* mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi2021-05-151-4/+77
* mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1Eric Y.Y. Wong2021-04-121-1/+2
* mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee2021-04-111-3/+3
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-262-4/+4
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-3/+3
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-043-7/+7
* mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi2020-12-041-0/+1
* mt76: fix memory leak if device probing failsLorenzo Bianconi2020-12-041-1/+2
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-041-0/+1
* mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones2020-09-243-145/+160
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-241-1/+1
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-1/+1
* mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2020-09-241-0/+2
* mt76: move mt76 workqueue in common codeLorenzo Bianconi2020-07-211-4/+2
* mt76: mt76x0: enable MCS 8 and MCS9Lorenzo Bianconi2020-05-121-21/+5
* mt76: mt76x0: pci: add mt7610 PCI IDPawel Dembicki2020-05-121-0/+1
* mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau2020-05-121-0/+2
* mt76: remove variable 'val' set but not usedChen Wandun2020-03-171-2/+1
* mt76: avoid extra RCU synchronization on station removalFelix Fietkau2020-02-142-0/+2
* mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi2020-02-141-1/+1
* mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi2020-02-141-0/+6
* mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi2020-02-141-6/+2
* mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau2020-02-141-1/+1
* mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-142-2/+2
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-146-19/+19
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-144-14/+14
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-1/+1
* mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi2019-12-021-1/+4
* mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-202-0/+2
* Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka2019-11-201-14/+1
* mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi2019-11-203-9/+9
* mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi2019-11-201-0/+2
* mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi2019-11-201-1/+1
* mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi2019-11-201-1/+0
* mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki2019-11-201-0/+1
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-202-0/+2
* mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2019-11-202-16/+0
* mt76: unify channel survey update codeFelix Fietkau2019-11-201-4/+1