summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2023-04-17wifi: mt76: mt7921e: stop chip reset worker in unregister hookQuan Zhou1-1/+2
2023-04-17wifi: mt76: mt7921e: improve reliability of dma resetQuan Zhou1-16/+20
2023-04-17wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`Jiefeng Li1-1/+1
2023-04-17mt76: mt7921: fix kernel panic by accessing unallocated eeprom.dataSean Wang1-20/+0
2023-04-17wifi: mt76: move mcu_uni_event and mcu_reg_event in common codeLorenzo Bianconi2-15/+4
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang1-3/+7
2023-04-17wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array membersGustavo A. R. Silva1-5/+5
2023-04-17wifi: mt76: mt7921: add Netgear AXE3000 (A8000) supportReese Russell1-0/+3
2023-04-17wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou1-3/+3
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi12-64/+22
2023-04-17wifi: mt76: mt7921: get rid of eeprom.hLorenzo Bianconi5-33/+11
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi1-22/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi5-9/+0
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi3-18/+10
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi2-6/+5
2023-04-17wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetMario Limonciello1-0/+6
2023-04-17wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcuNeil Chen1-1/+16
2023-04-17wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineLorenzo Bianconi5-55/+35
2023-04-17wifi: mt76: mt7921: fix PCI DMA hang after rebootDeren Wu1-11/+1
2023-04-17wifi: mt76: mt7921: fix wrong command to set STA channelDeren Wu1-1/+1
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-7/+6
2023-03-31wifi: mt76: mt7921: fix fw used for offload check for mt7922Lorenzo Bianconi1-1/+1
2023-03-31wifi: mt76: mt7921: Fix use-after-free in fw features query.Ben Greear1-2/+5
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-1/+1
2023-02-03wifi: mt76: mt7921: fix error code of return in mt7921_acpi_readAaron Ma1-2/+5
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-4/+27
2023-02-03wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen5-50/+39
2023-02-03wifi: mt76: mt7921: reduce polling time in pmctrlDeren Wu1-4/+4
2023-02-03wifi: mt76: mt7921u: add support for Comfast CF-952AXChuanhong Guo1-0/+3
2023-02-03wifi: mt76: mt7921: avoid mcu_restart function pointerLorenzo Bianconi2-2/+0
2023-02-03wifi: mt76: mt7921: fix invalid remain_on_channel durationDeren Wu1-1/+1
2023-02-03wifi: mt76: mt7921: add ack signal supportDeren Wu5-0/+45
2023-02-03wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu3-1/+74
2023-02-03wifi: mt76: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau1-15/+7
2022-12-09wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()Sean Wang1-1/+2
2022-12-09wifi: mt76: mt7921: add support to update fw capability with MTFG tableQuan Zhou4-1/+77
2022-12-01wifi: mt76: mt7921e: add pci .shutdown() supportLeon Yen1-0/+16
2022-12-01wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clcDeren Wu1-1/+1
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2-2/+2
2022-12-01wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen3-0/+9
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang7-17/+157
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang7-12/+303
2022-12-01wifi: mt76: mt7921: drop ieee80211_[start, stop]_queues in driverSean Wang1-18/+0
2022-12-01wifi: mt76: mt7921: add unified ROC cmd/event supportQuan Zhou2-0/+138
2022-12-01wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang2-5/+7
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi3-7/+7
2022-12-01wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear3-2/+5
2022-12-01wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang1-11/+21
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3