aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links.Shayne Chen1-0/+66
2026-03-24wifi: mt76: mt7996: adjust timeout value for boot-up calibration commandsRex Lu1-1/+2
2026-03-24wifi: mt76: mt7996: Remove unnecessary phy filed in mt7996_vif_link structLorenzo Bianconi1-21/+53
2026-03-24wifi: mt76: mt7996: Add eMLSR supportMeiChia Chiu1-0/+55
2026-03-24wifi: mt76: mt7996: fix queue pause after scan due to wrong channel switch re...StanleyYP Wang1-2/+1
2026-03-24wifi: mt76: avoid to set ACK for MCU command if wait_resp is not setStanleyYP Wang1-6/+5
2026-03-24wifi: mt76: mt7996: fix struct mt7996_mcu_uni_eventStanleyYP Wang1-1/+1
2026-03-24wifi: mt76: mt7996: apply calibration-free data from OTPStanleyYP Wang1-19/+153
2026-03-24wifi: mt76: mt7996: add variant for MT7992 chipsetsShayne Chen1-0/+3
2026-03-24wifi: mt76: add external EEPROM support for mt799x chipsetsStanleyYP Wang1-30/+53
2026-03-23wifi: mt76: mt7996: reset device after MCU message timeoutChad Monroe1-0/+9
2026-03-23wifi: mt76: mt7996: add support for ERP CTS & HT protectionRyder Lee1-0/+46
2026-03-23wifi: mt76: mt7996: add duplicated WTBL commandShayne Chen1-2/+23
2026-03-23wifi: mt76: mt7996: abort CCA when CSA is startingStanleyYP Wang1-0/+10
2026-03-23wifi: mt76: mt7996: set specific BSSINFO and STAREC commands after channel sw...StanleyYP Wang1-0/+59
2026-03-23wifi: mt76: mt7996: fix the behavior of radar detectionStanleyYP Wang1-6/+43
2026-03-23wifi: mt76: mt7996: extend CSA and CCA support for MLOShayne Chen1-53/+106
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+2
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-24wifi: mt76: mt7996: fix MLO set key and group key issuesShayne Chen1-11/+24
2025-11-24wifi: mt76: mt7996: use correct link_id when filling TXD and TXPShayne Chen1-2/+2
2025-11-24wifi: mt76: mt7996: fix several fields in mt7996_mcu_bss_basic_tlv()Shayne Chen1-10/+11
2025-11-24wifi: mt76: mt7996: fix implicit beamforming support for mt7992Howard Hsu1-2/+2
2025-11-24wifi: mt76: mt7996: no need to wait ACK event for SDO commandPeter Chiu1-0/+3
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau1-1/+1
2025-11-24wifi: mt76: mt7996: fix null pointer deref in mt7996_conf_tx()Felix Fietkau1-1/+4
2025-09-15wifi: mt76: mt7996: remove the mem_total field of STA_REC_BF commandHoward Hsu1-13/+0
2025-09-15wifi: mt76: mt7996: fix updating beacon protection with beacons enabledFelix Fietkau1-2/+1
2025-09-15wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv errorFelix Fietkau1-1/+3
2025-09-15wifi: mt76: mt7996: fix setting beacon protection keysFelix Fietkau1-117/+45
2025-09-15wifi: mt76: mt7996: decrease timeout for commonly issued MCU commandsFelix Fietkau1-1/+25
2025-09-15wifi: mt76: mt7996: Add SW path for HW-RRO v3.1Rex Lu1-2/+2
2025-09-15wifi: mt76: mt7996: Use proper link info in mt7996_mcu_add_groupLorenzo Bianconi1-11/+5
2025-09-15wifi: mt76: mt7996: Use deflink for AMPDU rx reorderingLorenzo Bianconi1-10/+54
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_bss_mld_tlv routineLorenzo Bianconi1-6/+20
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_sta_ba wcid configurationLorenzo Bianconi1-5/+7
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau1-3/+8
2025-08-27wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()Nathan Chancellor1-2/+2
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-58/+141
2025-07-07wifi: mt76: mt7996: Rely on for_each_sta_active_link() in mt7996_mcu_sta_mld_...Lorenzo Bianconi1-7/+7
2025-07-07wifi: mt76: mt7996: Fix secondary link lookup in mt7996_mcu_sta_mld_setup_tlv()Lorenzo Bianconi1-2/+1
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau1-7/+4
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi1-11/+39
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi1-29/+57
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field()Lorenzo Bianconi1-19/+49
2025-05-21wifi: mt76: mt7996: remove duplicate check in mt7996_mcu_sta_mld_setup_tlv()Dan Carpenter1-3/+0
2025-05-21wifi: mt76: mt7996: rework radar HWRDD idxStanleyYP Wang1-19/+21
2025-05-21wifi: mt76: mt7996: rework WA mcu command for mt7990Peter Chiu1-8/+42
2025-05-21wifi: mt76: connac: add support to load firmware for mt7990StanleyYP Wang1-8/+15