aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24wifi: mt76: mt7925: pass mconf and mlink to wtbl_update_hdr_trans()Sean Wang1-16/+4
2026-03-24wifi: mt76: mt7925: pass mlink to wtbl_update_hdr_trans()Sean Wang1-6/+2
2026-03-24wifi: mt76: mt7925: validate mlink in sta_hdr_trans_tlv()Sean Wang1-3/+3
2026-03-24wifi: mt76: mt7925: pass mlink to sta_hdr_trans_tlv()Sean Wang1-13/+11
2026-03-24wifi: mt76: mt7925: pass mlink to mcu_sta_update()Sean Wang1-8/+4
2026-03-24wifi: mt76: mt7925: pass mlink and mconf to sta_mld_tlv()Sean Wang1-17/+36
2026-03-24wifi: mt76: mt7925: pass WCID indices to bss_basic_tlv()Sean Wang1-25/+40
2026-03-24wifi: mt76: mt7925: pass mlink to sta_amsdu_tlv()Sean Wang1-5/+6
2026-03-24wifi: mt76: mt7925: fix incorrect TLV length in CLC commandQuan Zhou1-1/+1
2026-03-23wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()Zilin Guan1-1/+3
2026-03-23wifi: mt76: mt7925: fix incorrect length field in txpower commandMing Yen Hsieh1-1/+1
2026-03-23wifi: mt76: mt7925: Fix incorrect MLO mode in firmware controlLeon Yen1-3/+6
2025-11-24wifi: mt76: mt792x: fix wifi init fail by setting MCU_RUNNING after CLC loadQuan Zhou1-1/+1
2025-11-24wifi: mt76: mt7925: cqm rssi low/high event notifyJack Kao1-0/+82
2025-11-24wifi: mt76: mt7925: disable auto regd changes after user setMing Yen Hsieh1-0/+1
2025-11-24wifi: mt76: mt7925: add auto regdomain switch supportMing Yen Hsieh1-0/+1
2025-11-24wifi: mt76: mt7925: refactor CLC support check flowMing Yen Hsieh1-6/+5
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau1-1/+1
2025-09-15wifi: mt76: mt7925: refine the txpower initialization flowMing Yen Hsieh1-2/+3
2025-09-15wifi: mt76: mt7925: add MBSSID supportMing Yen Hsieh1-1/+22
2025-08-27wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmdMing Yen Hsieh1-4/+8
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+61
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh1-16/+59
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo1-2/+2
2025-07-03wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan()Dan Carpenter1-2/+2
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-17/+137
2025-05-22wifi: mt76: mt7925: add rfkill_poll for hardware rfkillAllan Wang1-0/+37
2025-05-22wifi: mt76: mt7925: extend MCU support for testmodeMichael Lo1-0/+8
2025-05-22wifi: mt76: mt7925: ensure all MCU commands wait for responseMichael Lo1-8/+8
2025-05-22wifi: mt76: mt7925: refine the sniffer commnadMing Yen Hsieh1-2/+0
2025-05-22wifi: mt76: mt7925: prevent multiple scan commandsMing Yen Hsieh1-0/+3
2025-05-22wifi: mt76: mt7925: add RNR scan support for 6GHzMing Yen Hsieh1-6/+28
2025-05-21wifi: mt76: mt7925: introduce thermal protectionLeon Yen1-1/+19
2025-05-21wifi: mt76: mt7925: add EHT preamble puncturingAllan Wang1-0/+34
2025-05-15wifi: mt76: mt7925: fix missing hdr_trans_tlv command for broadcast wtblMing Yen Hsieh1-2/+2
2025-03-19wifi: mt76: mt7925: remove unused acpi function for clcMing Yen Hsieh1-1/+0
2025-03-19wifi: mt76: mt7925: update the channel usage when the regd domain changedMing Yen Hsieh1-1/+6
2025-03-19wifi: mt76: mt7925: add EHT control support based on the CLC dataMing Yen Hsieh1-3/+7
2025-03-19wifi: mt76: mt7925: load the appropriate CLC data based on hardware typeMing Yen Hsieh1-1/+60
2025-03-19wifi: mt76: mt7925: integrate *mlo_sta_cmd and *sta_cmdMing Yen Hsieh1-55/+4
2025-03-19wifi: mt76: mt7925: adjust rm BSS flow to prevent next connection failureMing Yen Hsieh1-0/+56
2025-03-19Revert "wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO"Sean Wang1-41/+9
2025-03-19wifi: mt76: mt7925: Simplify HIF suspend handling to avoid suspend failQuan Zhou1-8/+4
2025-03-19wifi: mt76: mt7925: Remove unnecessary if-checkThorsten Blum1-5/+1
2025-03-19wifi: mt76: mt7925: fix country count limitation for CLCMing Yen Hsieh1-2/+3
2025-03-19wifi: mt76: mt7925: fix fails to enter low power mode in suspend stateQuan Zhou1-0/+3
2025-03-19wifi: mt76: mt7925: introduce MLO capability controlMing Yen Hsieh1-2/+8
2025-01-14wifi: mt76: mt7925: add handler to hif suspend/resume eventQuan Zhou1-1/+48
2025-01-14wifi: mt76: connac: prepare mt76_connac_mcu_sta_basic_tlv for MLO supportFelix Fietkau1-2/+3
2025-01-14wifi: mt76: rename struct mt76_vif to mt76_vif_linkFelix Fietkau1-13/+13