summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: mt76: mt7996: add sanity checks for background radar triggerStanleyYP Wang2-1/+9
2024-05-02wifi: mt76: connac: enable critical packet mode support for mt7992Howard Hsu4-0/+23
2024-05-02wifi: mt76: mt7996: fix potential memory leakage when reading chip temperatureHoward Hsu1-1/+4
2024-05-02wifi: mt76: mt7996: fix non-main BSS no beacon issue for MBSS scenarioHenry Yen1-1/+4
2024-05-02wifi: mt76: connac: enable HW CSO module for mt7996Howard Hsu2-0/+21
2024-05-02wifi: mt76: mt7996: set RCPI value in rate control commandPeter Chiu1-0/+3
2024-05-02wifi: mt76: connac: use peer address for station BMC entryShayne Chen4-10/+22
2024-05-02wifi: mt76: mt7996: disable rx header translation for BMC entryShayne Chen1-4/+5
2024-05-02wifi: mt76: mt7915: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-05-02wifi: mt76: mt7915: add missing chanctx opsBen Greear1-0/+4
2024-05-02wifi: mt76: sdio: move mcu queue size check inside critical sectionLorenzo Bianconi1-4/+7
2024-05-02wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet()Lorenzo Bianconi1-1/+1
2024-05-02wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow commandMing Yen Hsieh2-1/+2
2024-05-02wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen4-5/+4
2024-05-02wifi: mt76: mt7921: introduce mt7920 PCIe supportDeren Wu3-3/+22
2024-05-02wifi: mt76: mt7996: fix size of txpower MCU commandChad Monroe2-2/+6
2024-05-02wifi: mt76: connac: check for null before dereferencingMuhammad Usama Anjum1-1/+1
2024-05-02wifi: mt76: mt7603: add wpdma tx eof flag for PSE client resetFelix Fietkau1-0/+1
2024-05-02wifi: mt76: mt7603: fix tx queue of loopback packetsFelix Fietkau1-14/+32
2024-05-02wifi: mt76: mt7915: add fallback in case of missing precal dataFelix Fietkau3-7/+12
2024-05-02wifi: mt76: mt7915: add mt7986, mt7916 and mt7981 pre-calibrationPeter Chiu4-33/+147
2024-05-02wifi: mt76: mt7915: add support for disabling in-band discoveryMeiChia Chiu1-3/+2
2024-05-02wifi: mt76: mt7996: only set MT76_MCU_RESET for the main phyFelix Fietkau1-6/+2
2024-05-02wifi: mt76: mt7915: only set MT76_MCU_RESET for the main phyBo Jiao1-3/+1
2024-05-02wifi: mt76: mt7915: fix HE PHY capabilities IE for station modeHoward Hsu1-2/+6
2024-05-02wifi: mt76: mt7915: fix bogus Tx/Rx airtime duration valuesHenry Yen1-2/+9
2024-05-02wifi: mt76: mt7915: fix mcu command format for mt7915 tx statsPeter Chiu1-12/+24
2024-05-02wifi: mt76: fix tx packet loss when scanning on DBDCFelix Fietkau6-8/+11
2024-05-02wifi: mt76: replace skb_put with skb_put_zeroFelix Fietkau2-6/+6
2024-05-02wifi: mt76: mt7915: initialize rssi on adding stationsFelix Fietkau1-0/+4
2024-03-28wifi: mt76: mt7915: workaround dubious x | !y warningKalle Valo1-1/+2
2024-03-21wifi: mt76: mt7915: workaround too long expansion sparse warningsLorenzo Bianconi1-3/+3
2024-02-22wifi: mt76: Remove redundant assignment to variable tidnoColin Ian King1-1/+1
2024-02-22wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177Ming Yen Hsieh1-1/+1
2024-02-22wifi: mt76: mt7921: fix suspend issue on MediaTek COB platformMichael Lo1-0/+7
2024-02-22wifi: mt76: mt7921: fix a potential association failure upon resumingLeon Yen4-0/+18
2024-02-22wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspendMing Yen Hsieh3-0/+11
2024-02-22wifi: mt76: mt792x: update the country list of EU for ACPI SARMing Yen Hsieh1-1/+1
2024-02-22wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel confi...Ming Yen Hsieh1-12/+14
2024-02-22wifi: mt76: mt7921: fix incorrect type conversion for CLC commandMing Yen Hsieh1-2/+2
2024-02-22wifi: mt76: mt7925e: fix use-after-free in free_irq()Deren Wu1-0/+1
2024-02-22wifi: mt76: mt7921e: fix use-after-free in free_irq()Deren Wu2-0/+3
2024-02-22wifi: mt76: mt792x: add the illegal value check for mtcl table of acpiMing Yen Hsieh1-3/+7
2024-02-22wifi: mt76: mt7925: fix the wrong data type for scan commandMing Yen Hsieh1-1/+1
2024-02-22wifi: mt76: set page_pool napi pointer for mmio devicesLorenzo Bianconi2-1/+21
2024-02-22wifi: mt76: move wed common utilities in wed.cLorenzo Bianconi13-252/+268
2024-02-22wifi: mt76: mt792x: fix ethtool warningGen Xu1-0/+1
2024-02-22wifi: mt76: mt7996: fix HIF_TXD_V2_1 valueBenjamin Lin1-1/+1
2024-02-22wifi: mt76: connac: set correct muar_idx for mt799x chipsetsShayne Chen2-0/+8
2024-02-22wifi: mt76: mt7996: add locking for accessing mapped registersShayne Chen2-24/+43