summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7996
AgeCommit message (Expand)AuthorLines
2026-03-24wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()Lorenzo Bianconi-49/+45
2026-03-24wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links.Shayne Chen-19/+137
2026-03-24wifi: mt76: mt7996: Destroy vif active links in mt7996_remove_interface()Lorenzo Bianconi-36/+72
2026-03-24wifi: mt76: mt7996: Move mlink deallocation in mt7996_vif_link_remove()Shayne Chen-0/+6
2026-03-24wifi: mt76: mt7996: Account active links in valid_links fieldsShayne Chen-23/+29
2026-03-24wifi: mt76: mt7996: Rely on msta_link link_id in mt7996_vif_link_remove()Lorenzo Bianconi-4/+7
2026-03-24wifi: mt76: mt7996: fix frequency separation for station STR modePeter Chiu-0/+1
2026-03-24wifi: mt76: mt7996: fix issues with manually triggered radar detectionStanleyYP Wang-4/+18
2026-03-24wifi: mt76: mt7996: adjust timeout value for boot-up calibration commandsRex Lu-1/+2
2026-03-24wifi: mt76: mt7996: update WFSYS reset flow for MT7990 chipsetsPeter Chiu-3/+34
2026-03-24wifi: mt76: mt7996: support critical packet mode for MT7990 chipsetsHoward Hsu-1/+1
2026-03-24wifi: mt76: mt7996: fix RRO EMU configurationPeter Chiu-3/+2
2026-03-24wifi: mt76: add per-link beacon monitoring for MLOFelix Fietkau-3/+35
2026-03-24wifi: mt76: wait for firmware TX completion of mgmt frames before channel switchFelix Fietkau-0/+6
2026-03-24wifi: mt76: support upgrading passive scans to activeChad Monroe-0/+3
2026-03-24wifi: mt76: mt7996: Decrement sta counter removing the link in mt7996_mac_res...Lorenzo Bianconi-0/+5
2026-03-24wifi: mt76: mt7996: Remove unnecessary phy filed in mt7996_vif_link structLorenzo Bianconi-39/+101
2026-03-24wifi: mt76: mt7996: Remove link pointer dependency in mt7996_mac_sta_remove_l...Lorenzo Bianconi-10/+4
2026-03-24wifi: mt76: mt7996: Add missing CHANCTX_STA_CSA propertyLorenzo Bianconi-0/+1
2026-03-24wifi: mt76: mt7996: Disable Rx hdr_trans in monitor modeRyder Lee-0/+5
2026-03-24wifi: mt76: mt7996: Add eMLSR supportMeiChia Chiu-0/+75
2026-03-24wifi: mt76: mt7996: fix use-after-free bugs in mt7996_mac_dump_work()Duoming Zhou-0/+1
2026-03-24wifi: mt76: mt7996: fix queue pause after scan due to wrong channel switch re...StanleyYP Wang-2/+1
2026-03-24wifi: mt76: avoid to set ACK for MCU command if wait_resp is not setStanleyYP Wang-6/+5
2026-03-24wifi: mt76: mt7996: fix struct mt7996_mcu_uni_eventStanleyYP Wang-3/+3
2026-03-24wifi: mt76: mt7996: fix wrong DMAD length when using MAC TXPShayne Chen-2/+4
2026-03-24wifi: mt76: mt7996: apply calibration-free data from OTPStanleyYP Wang-19/+158
2026-03-24wifi: mt76: mt7996: add variant for MT7992 chipsetsShayne Chen-2/+15
2026-03-24wifi: mt76: add external EEPROM support for mt799x chipsetsStanleyYP Wang-61/+147
2026-03-23wifi: mt76: mt7996: increase txq memory limit to 32 MiBChad Monroe-0/+1
2026-03-23wifi: mt76: mt7996: reset device after MCU message timeoutChad Monroe-0/+14
2026-03-23wifi: mt76: mt7996: Store DMA mapped buffer addresses in mt7996_npu_hw_init()Lorenzo Bianconi-23/+39
2026-03-23wifi: mt76: mt7996: Do not schedule RRO and TxFree queues during reset for NPULorenzo Bianconi-0/+19
2026-03-23wifi: mt76: mt7996: Move RRO dma start in a dedicated routineLorenzo Bianconi-31/+41
2026-03-23wifi: mt76: mt7996: Add __mt7996_npu_hw_init routineLorenzo Bianconi-14/+27
2026-03-23wifi: mt76: mt7996: Integrate MT7990 dma configuration for NPULorenzo Bianconi-46/+86
2026-03-23wifi: mt76: mt7996: Integrate MT7990 init configuration for NPULorenzo Bianconi-4/+9
2026-03-23wifi: mt76: mt7996: Integrate NPU in RRO session managementLorenzo Bianconi-1/+15
2026-03-23wifi: mt76: mt7996: Add NPU support for MT7990 chipsetLorenzo Bianconi-32/+277
2026-03-23wifi: mt76: mt7996: Rename mt7996_npu_rxd_init() in mt7992_npu_rxd_init()Lorenzo Bianconi-2/+2
2026-03-23wifi: mt76: mt7996: Add mt7992_npu_txrx_offload_init routineLorenzo Bianconi-26/+37
2026-03-23wifi: mt76: mt7996: Fix wdma_idx for MT7996 device if NPU is enabledLorenzo Bianconi-0/+4
2026-03-23wifi: mt76: mt7996: Fix BAND2 tx queues initialization when NPU is enabledLorenzo Bianconi-6/+13
2026-03-23wifi: mt76: mt7996: Fix NPU stop procedureLorenzo Bianconi-11/+15
2026-03-23wifi: mt76: mt7996: fix FCS error flag check in RX descriptorAlok Tiwari-1/+1
2026-03-23wifi: mt76: mt7996: add support for ERP CTS & HT protectionRyder Lee-0/+58
2026-03-23wifi: mt76: mt7996: Reset ampdu_state state in case of failure in mt7996_tx_c...Lorenzo Bianconi-2/+3
2026-03-23wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link()Lorenzo Bianconi-0/+1
2026-03-23wifi: mt76: mt7996: Switch to the secondary link if the default one is removedLorenzo Bianconi-22/+41
2026-03-23wifi: mt76: mt7996: Reset mtxq->idx if primary link is removed in mt7996_vif_...Lorenzo Bianconi-5/+16