summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2025-02-17wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz on MT7916Shayne Chen2-4/+21
2025-02-17wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UHNick Morrow1-0/+3
2025-02-08wifi: mt76: mt7996: fix ldpc settingPeter Chiu1-1/+1
2025-02-08wifi: mt76: mt7996: fix definition of tx descriptorBenjamin Lin1-2/+3
2025-02-08wifi: mt76: mt7996: fix incorrect indexing of MIB FW eventBenjamin Lin1-16/+29
2025-02-08wifi: mt76: mt7996: fix HE Phy capabilityHoward Hsu1-2/+4
2025-02-08wifi: mt76: mt7996: fix the capability of reception of EHT MU PPDUHoward Hsu1-3/+2
2025-02-08wifi: mt76: mt7996: add max mpdu len capabilityPeter Chiu1-1/+3
2025-02-08wifi: mt76: mt7996: fix register mappingPeter Chiu1-1/+1
2025-02-08wifi: mt76: mt7915: fix register mappingPeter Chiu1-1/+1
2025-02-08wifi: mt76: mt7915: fix omac index assignment after hardware resetFelix Fietkau1-0/+5
2025-02-08wifi: mt76: mt7915: firmware restart on devices with a second pcie linkFelix Fietkau3-0/+4
2025-02-08wifi: mt76: only enable tx worker after setting the channelFelix Fietkau1-1/+1
2025-02-08wifi: mt76: mt7996: fix rx filter setting for bfee functionalityFelix Fietkau1-2/+1
2025-02-08wifi: mt76: mt7925: Properly handle responses for commands with eventsMing Yen Hsieh2-6/+5
2025-02-08wifi: mt76: mt7925: Cleanup MLO settings post-disconnectionMing Yen Hsieh3-5/+38
2025-02-08wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLOMing Yen Hsieh3-14/+48
2025-02-08wifi: mt76: mt7925: Init secondary link PM stateMing Yen Hsieh1-0/+2
2025-02-08wifi: mt76: mt7925: Update secondary link PS flowMing Yen Hsieh4-20/+22
2025-02-08wifi: mt76: mt7925: Update mt7925_unassign_vif_chanctx for per-link BSSMing Yen Hsieh1-3/+1
2025-02-08wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STAMing Yen Hsieh1-1/+1
2025-02-08wifi: mt76: mt7925: Update mt7925_mcu_sta_update for BC in ASSOC stateMing Yen Hsieh1-1/+5
2025-02-08wifi: mt76: Enhance mt7925_mac_link_sta_add to support MLOMing Yen Hsieh1-3/+8
2025-02-08wifi: mt76: mt7925: Enhance mt7925_mac_link_bss_add to support MLOMing Yen Hsieh1-6/+8
2025-02-08wifi: mt76: mt7925: Fix CNM Timeout with Single Active Link in MLOLeon Yen1-1/+6
2025-02-08wifi: mt76: mt7925: fix wrong parameter for related cmd of chan infoMing Yen Hsieh1-2/+21
2025-02-08wifi: mt76: mt7925: Fix incorrect WCID phy_idx assignmentallan.wang1-2/+2
2025-02-08wifi: mt76: mt7925: Fix incorrect WCID assignment for MLOMing Yen Hsieh2-10/+11
2025-02-08wifi: mt76: mt7925: Fix incorrect MLD address in bss_mld_tlv for MLO supportMing Yen Hsieh1-1/+2
2025-02-08wifi: mt76: connac: Extend mt76_connac_mcu_uni_add_dev for MLOSean Wang8-5/+11
2025-02-08wifi: mt76: mt7915: fix overflows seen when writing limit attributesxueqin Luo1-1/+1
2025-02-08wifi: mt76: mt7996: fix overflows seen when writing limit attributesxueqin Luo1-1/+1
2025-02-08wifi: mt76: mt7925: fix the invalid ip address for arp offloadMing Yen Hsieh1-3/+1
2025-02-08wifi: mt76: mt7925: fix get wrong chip cap from incorrect pointerMing Yen Hsieh1-1/+1
2025-02-08wifi: mt76: mt7925: fix wrong band_idx setting when enable sniffer modeEric-SY Chang1-4/+2
2025-02-08wifi: mt76: mt7925: fix NULL deref check in mt7925_change_vif_linksCharles Han1-0/+2
2025-02-08wifi: mt76: mt7915: Fix an error handling path in mt7915_add_interface()Christophe JAILLET1-2/+4
2025-02-08wifi: mt76: mt7921: fix using incorrect group cipher after disconnection.Michael Lo1-1/+7
2025-02-08wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTOWangYuli1-2/+2
2025-02-08wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDCNicolas Cavallari1-1/+2
2025-02-08wifi: mt76: mt7925: fix off by one in mt7925_load_clc()Dan Carpenter1-1/+1
2025-02-08wifi: mt76: mt7996: fix invalid interface combinationsShayne Chen1-3/+0
2024-11-14Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-3/+3
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-2/+5
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2-4/+6
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro5-5/+5
2024-09-18wifi: mt76: do not increase mcu skb refcount if retry is not supportedFelix Fietkau1-2/+5
2024-09-09Merge tag 'mt76-for-kvalo-2024-09-06' of https://github.com/nbd168/wirelessKalle Valo62-406/+622