aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2026-06-09wifi: mt76: mt7996: reduce phy work in set_coverageDylan Eskew1-10/+0
2026-06-09wifi: mt76: mt7921u: add MT7902 USB supportSean Wang2-0/+3
2026-06-09wifi: mt76: transform aspm_conf for pci_disable_link_stateJiajia Liu1-1/+7
2026-06-09wifi: mt76: add wcid publish check in mt76_sta_addJiajia Liu1-3/+12
2026-06-09wifi: mt76: mt7996: remove redundant pdev->bus check in probeLorenzo Bianconi1-1/+1
2026-06-09wifi: mt76: mt7996: fix reading zeroed info->control.flags after mt76_tx_stat...Lorenzo Bianconi3-13/+9
2026-06-09wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write...Lorenzo Bianconi1-3/+4
2026-06-09wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb()Lorenzo Bianconi2-3/+7
2026-06-09wifi: mt76: mt7915: validate skb length in txpower SKU queryAviel Zohar1-0/+8
2026-06-09wifi: mt76: mt7925: validate skb length in testmode queryAviel Zohar1-0/+5
2026-06-09wifi: mt76: mt792x: skip MLD header rewrite for 802.3 encap TXSean Wang1-1/+2
2026-06-09wifi: mt76: mt7925: program BA state on active linksSean Wang3-22/+59
2026-06-09wifi: mt76: mt7925: pass WCID explicitly to mt7925_mcu_sta_ba()Sean Wang1-2/+3
2026-06-09wifi: mt76: mt7925: keep TX BA state in the primary WCIDSean Wang1-8/+7
2026-06-09wifi: mt76: mt7925: add MT7927 USB supportSean Wang2-0/+16
2026-06-09wifi: mt76: mt7925: add MT7927 PCIe supportSean Wang1-1/+15
2026-06-09wifi: mt76: mt792x: enable CNM ops for MT7927Sean Wang1-0/+11
2026-06-09wifi: mt76: mt7925: add MBMC event handlingSean Wang3-1/+34
2026-06-09wifi: mt76: mt7925: sync MT7927 BSS band assignmentSean Wang5-0/+71
2026-06-09wifi: mt76: mt792x: add MT7927-specific PCIe DMA supportSean Wang4-3/+113
2026-06-09wifi: mt76: mt7925: switch DMA init to common mt792x queue helpersSean Wang2-55/+48
2026-06-09wifi: mt76: mt792x: factor out common DMA queue allocationSean Wang2-0/+75
2026-06-09wifi: mt76: mt792x: add MT7927 WFSYS reset supportSean Wang2-1/+67
2026-06-09wifi: mt76: connac: tolerate inactive BSS deactivationSean Wang3-3/+35
2026-06-09wifi: mt76: mt7925: use link-specific removal for non-MLD STASean Wang1-6/+6
2026-06-09wifi: mt76: connac: replace is_mt7925() with is_connac3()Sean Wang5-7/+12
2026-06-09wifi: mt76: mt7925: disable ASPM and runtime PM for MT7927Javier Tia2-3/+6
2026-06-09wifi: mt76: mt7925: use irq_map for chip-specific interrupt handlingJavier Tia3-3/+26
2026-06-09wifi: mt76: mt7925: add MT7927 firmware pathsJavier Tia2-0/+8
2026-06-09wifi: mt76: mt7925: add MT7927 chip ID helpersJavier Tia1-1/+7
2026-06-09wifi: mt76: mt7925: advertise EHT 320MHz capabilities for 6GHz bandJavier Tia2-1/+26
2026-06-09wifi: mt76: mt7925: populate EHT 320MHz MCS map in sta_recJavier Tia1-0/+1
2026-06-09wifi: mt76: mt7925: handle 320MHz bandwidth in RXV and TXSJavier Tia1-0/+9
2026-06-09wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlvJavier Tia1-0/+4
2026-06-09wifi: mt76: mt7925: fix stale pointer comparisons in change_vif_linksJavier Tia1-2/+2
2026-06-09wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996_init_tx_queues()Lorenzo Bianconi1-1/+1
2026-06-09wifi: mt76: mt7925: add Netgear A8500 USB device IDDevin Wittmayer1-0/+3
2026-06-09wifi: mt76: mt7996: add missing max_remain_on_channel_durationFelix Fietkau3-2/+2
2026-06-09wifi: mt76: mt7996: fix out-of-bounds array access during hardware restartFelix Fietkau5-25/+43
2026-06-09wifi: mt7601u: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: mt792xu: drop redundant device referenceJohan Hovold3-5/+0
2026-06-09wifi: mt76x2u: drop redundant device referenceJohan Hovold1-4/+0
2026-06-09wifi: mt76x0u: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: drop redundant device referenceJohan Hovold1-3/+0
2026-06-09wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_linkRajat Gupta1-1/+1
2026-06-09wifi: mt76: mt7925: don't disable AP BSS when removing TDLS peerElXreno1-0/+3
2026-06-09wifi: mt76: route TDLS-peer frames as 3-addr non-DS in HW encapElXreno8-0/+28
2026-06-09wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beaconArjan van de Ven2-0/+6
2026-06-09wifi: mt76: mt7921: fix resource leak in probe error pathHongling Zeng1-5/+10
2026-06-09wifi: mt76: fix of_get_mac_address error handlingRosen Penev1-1/+1