aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7925/mcu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub 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
2025-01-14wifi: mt76: mt7925: replace zero-length array with flexible-array memberZhang Kunbo1-1/+1
2025-01-14wifi: mt76: mt7925: config the dwell time by firmwareMichael Lo1-11/+1
2025-01-14wifi: mt76: mt7925: Properly handle responses for commands with eventsMing Yen Hsieh1-5/+5
2025-01-14wifi: mt76: mt7925: Cleanup MLO settings post-disconnectionMing Yen Hsieh1-2/+2
2025-01-14wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLOMing Yen Hsieh1-9/+41
2025-01-14wifi: mt76: mt7925: Update secondary link PS flowMing Yen Hsieh1-18/+7
2025-01-14wifi: mt76: mt7925: Update mt7925_mcu_sta_update for BC in ASSOC stateMing Yen Hsieh1-1/+5
2025-01-14wifi: mt76: mt7925: Fix CNM Timeout with Single Active Link in MLOLeon Yen1-1/+6
2025-01-14wifi: mt76: mt7925: fix wrong parameter for related cmd of chan infoMing Yen Hsieh1-2/+21
2025-01-14wifi: mt76: mt7925: Fix incorrect MLD address in bss_mld_tlv for MLO supportMing Yen Hsieh1-1/+2
2025-01-14wifi: mt76: mt7925: fix the invalid ip address for arp offloadMing Yen Hsieh1-3/+1
2025-01-14wifi: mt76: mt7925: fix get wrong chip cap from incorrect pointerMing Yen Hsieh1-1/+1
2025-01-14wifi: mt76: mt7925: fix wrong band_idx setting when enable sniffer modeEric-SY Chang1-4/+2
2025-01-13wifi: mt76: mt7925: fix off by one in mt7925_load_clc()Dan Carpenter1-1/+1
2024-09-06wifi: mt76: mt7925: fix a potential array-index-out-of-bounds issue for clcMing Yen Hsieh1-0/+3
2024-09-06wifi: mt76: mt7925: convert comma to semicolonChen Ni1-6/+6
2024-09-06wifi: mt76: connac: add support for passing connection state directlyFelix Fietkau1-1/+4
2024-07-09wifi: mt76: mt7925: enabling MLO when the firmware supports itSean Wang1-0/+20
2024-07-09wifi: mt76: mt7925: remove the unused mt7925_mcu_set_chan_infoSean Wang1-74/+0
2024-07-09wifi: mt76: mt7925: update mt7925_mcu_bss_basic_tlv for MLOSean Wang1-0/+1
2024-07-09wifi: mt76: mt7925: update mt7925_mcu_set_timing for MLOSean Wang1-2/+2
2024-07-09wifi: mt76: mt7925: update mt7925_mcu_sta_phy_tlv for MLOSean Wang1-1/+2
2024-07-09wifi: mt76: mt7925: update mt7925_mcu_sta_rate_ctrl_tlv for MLOSean Wang1-2/+10
2024-07-09wifi: mt76: mt7925: add mt7925_mcu_sta_eht_mld_tlv for MLOSean Wang1-1/+41
2024-07-09wifi: mt76: mt7925: update mt7925_mcu_sta_update for MLOSean Wang1-1/+67