aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996/mac.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()Lorenzo Bianconi1-20/+2
2026-03-24wifi: mt76: mt7996: fix RRO EMU configurationPeter Chiu1-1/+1
2026-03-24wifi: mt76: add per-link beacon monitoring for MLOFelix Fietkau1-3/+3
2026-03-24wifi: mt76: wait for firmware TX completion of mgmt frames before channel switchFelix Fietkau1-0/+6
2026-03-24wifi: mt76: support upgrading passive scans to activeChad Monroe1-0/+3
2026-03-24wifi: mt76: mt7996: Decrement sta counter removing the link in mt7996_mac_res...Lorenzo Bianconi1-0/+5
2026-03-24wifi: mt76: mt7996: Remove unnecessary phy filed in mt7996_vif_link structLorenzo Bianconi1-1/+6
2026-03-24wifi: mt76: mt7996: fix wrong DMAD length when using MAC TXPShayne Chen1-2/+4
2026-03-23wifi: mt76: mt7996: reset device after MCU message timeoutChad Monroe1-0/+5
2026-03-23wifi: mt76: mt7996: Do not schedule RRO and TxFree queues during reset for NPULorenzo Bianconi1-0/+14
2026-03-23wifi: mt76: mt7996: Add __mt7996_npu_hw_init routineLorenzo Bianconi1-2/+2
2026-03-23wifi: mt76: mt7996: Fix NPU stop procedureLorenzo Bianconi1-2/+1
2026-03-23wifi: mt76: mt7996: fix FCS error flag check in RX descriptorAlok Tiwari1-1/+1
2026-03-23wifi: mt76: mt7996: Reset ampdu_state state in case of failure in mt7996_tx_c...Lorenzo Bianconi1-2/+3
2026-03-23wifi: mt76: mt7996: Switch to the secondary link if the default one is removedLorenzo Bianconi1-7/+5
2026-03-23wifi: mt76: mt7996: offload radar threshold initializationStanleyYP Wang1-77/+0
2026-03-23wifi: mt76: mt7996: fix the behavior of radar detectionStanleyYP Wang1-6/+2
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-2/+2
2026-03-03wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()Lorenzo Bianconi1-0/+1
2025-11-24wifi: mt76: mt7996: Add missing locking in mt7996_mac_sta_rc_work()Lorenzo Bianconi1-0/+4
2025-11-24wifi: mt76: Move mt76_abort_scan out of mt76_reset_device()Lorenzo Bianconi1-0/+2
2025-11-24wifi: mt76: mt7996: move mt7996_update_beacons under mt76 mutexLorenzo Bianconi1-1/+1
2025-11-24wifi: mt76: mt7996: fix using wrong phy to start in mt7996_mac_restart()Shayne Chen1-1/+1
2025-11-24wifi: mt76: mt7996: fix MLO set key and group key issuesShayne Chen1-1/+6
2025-11-24wifi: mt76: mt7996: use correct link_id when filling TXD and TXPShayne Chen1-4/+30
2025-11-24wifi: mt76: mt7996: fix typos in commentsAlok Tiwari1-1/+1
2025-11-24wifi: mt76: mt7996: Add NPU offload support to MT7996 driverLorenzo Bianconi1-0/+4
2025-11-24wifi: mt76: mt7996: Remove useless check in mt7996_msdu_page_get_from_cache()Lorenzo Bianconi1-2/+1
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau1-1/+1
2025-09-15wifi: mt76: abort scan/roc on hw restartFelix Fietkau1-0/+2
2025-09-15wifi: mt76: mt7996: set VTA in txwiPeter Chiu1-1/+1
2025-09-15wifi: mt76: mt7996: fix updating beacon protection with beacons enabledFelix Fietkau1-1/+2
2025-09-15wifi: mt76: mt7996: improve hardware restart reliabilityFelix Fietkau1-6/+78
2025-09-15wifi: mt76: mt7996: remove redundant per-phy mac80211 calls during restartFelix Fietkau1-102/+35
2025-09-15wifi: mt76: mt7996: support writing MAC TXD for AddBA RequestHoward Hsu1-29/+62
2025-09-15wifi: mt76: Convert mt76_wed_rro_ind to LELorenzo Bianconi1-8/+13
2025-09-15wifi: mt76: mt7996: Add SW path for HW-RRO v3.1Rex Lu1-2/+3
2025-09-15wifi: mt76: mt7996: Decouple RRO logic from WED supportRex Lu1-10/+4
2025-09-15wifi: mt76: mt7996: Introduce RRO MSDU callbacksRex Lu1-0/+352
2025-09-15wifi: mt76: mt7996: Introduce the capability to reset MT7992 WED deviceRex Lu1-0/+30
2025-09-15wifi: mt76: mt7996: Implement MLD address translation for EAPOLShayne Chen1-1/+37
2025-09-15wifi: mt76: mt7996: Add all active links to poll list in mt7996_mac_tx_free()Lorenzo Bianconi1-1/+18
2025-09-15wifi: mt76: mt7996: Fix mt7996_reverse_frag0_hdr_trans for MLOShayne Chen1-3/+8
2025-09-15wifi: mt76: mt7996: Use deflink for AMPDU rx reorderingLorenzo Bianconi1-2/+8
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau1-1/+1
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau1-1/+3
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe1-2/+6
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau1-18/+28
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-42/+10
2025-07-07wifi: mt76: mt7996: Add MLO support to mt7996_tx_check_aggr()Lorenzo Bianconi1-23/+21