summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt76x2u: add netgear wdna3100v3 to device tableDacio Romero2024-02-221-0/+1
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-082-0/+8
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-313-0/+3
* wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2023-09-221-2/+11
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-2/+2
* wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau2022-12-011-13/+1
* wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau2022-12-014-6/+6
* mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
* mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi2022-03-161-1/+1
* mt76: mt76x02: introduce SAR supportLorenzo Bianconi2021-12-196-6/+50
* mt76: disable BH around napi_schedule() callsFelix Fietkau2021-10-201-0/+3
* mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-10-201-1/+1
* mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee2021-04-111-3/+3
* mt76: move chainmask in mt76_phyLorenzo Bianconi2021-01-262-2/+2
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-264-4/+4
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-042-4/+4
* 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: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau2020-12-041-8/+10
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-242-2/+3
* 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-5/+2
* mt76: mt76x2u: enable HC-M7662BU1Lorenzo Bianconi2020-07-211-0/+1
* mt76: mt76x2: fix pci suspend/resume on mt7612eLorenzo Bianconi2020-07-213-0/+74
* mt76: mt76x2e: rename routines in pci.cLorenzo Bianconi2020-07-211-7/+7
* mt76: set runtime stream caps by mt76_phyRyder Lee2020-05-121-1/+1
* mt76: mt76x2: disable merge of OTP ROM data by defaultFelix Fietkau2020-05-121-0/+5
* mt76: mt76x2u: introduce Mercury UD13 supportLorenzo Bianconi2020-05-121-0/+1
* mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapterMatthew Garrett2020-05-121-0/+1
* mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau2020-05-122-13/+7
* mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau2020-02-141-1/+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: mt76x2: get rid of leftover targetLorenzo Bianconi2020-02-141-2/+0
* 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-143-3/+3
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-143-6/+6
* mt76: move chainmask back to driver specific structsFelix Fietkau2020-02-142-2/+2
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-148-16/+16
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-1410-24/+24
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-142-2/+2
* mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-202-14/+2
* 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: 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-202-8/+2