aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-1/+1
2021-12-19mt76: mt76x02: introduce SAR supportLorenzo Bianconi6-6/+50
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+3
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-3/+3
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi2-2/+2
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi4-4/+4
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2-4/+4
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-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-8/+10
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau2-2/+3
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-5/+2
2020-07-21mt76: mt76x2u: enable HC-M7662BU1Lorenzo Bianconi1-0/+1
2020-07-21mt76: mt76x2: fix pci suspend/resume on mt7612eLorenzo Bianconi3-0/+74
2020-07-21mt76: mt76x2e: rename routines in pci.cLorenzo Bianconi1-7/+7
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-1/+1
2020-05-12mt76: mt76x2: disable merge of OTP ROM data by defaultFelix Fietkau1-0/+5
2020-05-12mt76: mt76x2u: introduce Mercury UD13 supportLorenzo Bianconi1-0/+1
2020-05-12mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapterMatthew Garrett1-0/+1
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau2-13/+7
2020-02-14mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau1-1/+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: mt76x2: get rid of leftover targetLorenzo Bianconi1-2/+0
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 Fietkau3-3/+3
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau3-6/+6
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau2-2/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau8-16/+16
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau10-24/+24
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2-2/+2
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2-14/+2
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: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2-0/+2
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2-16/+0
2019-11-20mt76: unify channel survey update codeFelix Fietkau2-8/+2
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2-1/+3
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi3-19/+2
2019-11-20mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_startLorenzo Bianconi3-16/+4
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi2-20/+2
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi1-0/+2
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi2-2/+2