aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2026-08-13Revert "wifi: mt76: Disable napi when removing device"Mikhail Gavrilov1-4/+1
2026-08-01wifi: mt76: mt7996: remove beacon_int_min_gcd from ADHOC interface combinationsJose Ignacio Tornos Martinez1-2/+0
2026-08-01wifi: mt76: mt792x: do not advertise active monitorDevin Wittmayer3-2/+5
2026-08-01wifi: mt76: mt7996: fix out-of-bounds link array access in mt7996_tx()Felix Fietkau1-7/+13
2026-08-01wifi: mt76: reject out-of-range link ids in mt76_vif_link()Felix Fietkau1-0/+3
2026-08-01wifi: mt76: mt7603: file buffered frames under the TID reported to mac80211Felix Fietkau1-1/+1
2026-08-01wifi: mt76: mt7603: restore hardware PS buffering after a service periodFelix Fietkau3-7/+72
2026-08-01wifi: mt76: mt7603: tell mac80211 when the PS queue has run emptyFelix Fietkau1-0/+11
2026-08-01wifi: mt76: mt7603: fix U-APSD service period terminationFelix Fietkau1-11/+63
2026-08-01wifi: mt76: set the EOSP bit in the QoS header of the last released frameFelix Fietkau1-4/+12
2026-08-01wifi: mt76: mt7996: handle UNI PS sync eventsFelix Fietkau3-1/+121
2026-08-01wifi: mt76: mt7915: handle MCU PS sync eventsFelix Fietkau3-1/+29
2026-08-01wifi: mt76: add PS buffering support for HW-managed TIM driversFelix Fietkau3-6/+75
2026-08-01wifi: mt76: mt7925: Fix EHT Beamformee SS subfields to meet 802.11be minimumshengwei.lu1-4/+6
2026-08-01wifi: mt76: mt7915: simplify mt7915_sys_recovery_set()Dmitry Antipov1-14/+3
2026-08-01wifi: mt76: mt7925: skip DMA re-init selectivelyJeff Hsu3-0/+7
2026-08-01wifi: mt76: mt7925: fix infinite loop in UNI event TLV parsingFelix Fietkau3-21/+46
2026-08-01wifi: mt76: mt7996: add scan dwell time hw capStanleyYP Wang1-0/+1
2026-08-01wifi: mt76: mt7915: update SKU power limits after changing antennasFelix Fietkau1-0/+1
2026-08-01wifi: mt76: mt7996: reject iTWT setup requests from MLD stationsHoward Hsu1-0/+6
2026-08-01wifi: mt76: fix queue assignment for disassoc packetsPeter Chiu1-0/+1
2026-08-01wifi: mt76: mt7996: remove repeater muar configStanleyYP Wang1-45/+0
2026-08-01wifi: mt76: mt7915: report RX chain signal for all RX pathsFelix Fietkau1-1/+1
2026-08-01wifi: mt76: mt7915: fix chainmask handling for non-dbdc phys on band 1Felix Fietkau5-9/+24
2026-08-01wifi: mt76: mt7996: do not leave state behind after a failed WED attachFelix Fietkau1-32/+19
2026-08-01wifi: mt76: mt7996: do not attach hif2 WED when the main WED attach failedFelix Fietkau1-0/+3
2026-08-01wifi: mt76: mt7996: fix reg addr remap when addr is 0StanleyYP Wang1-5/+7
2026-08-01wifi: mt76: mt7915: release hif2 reference on probe IRQ failureFelix Fietkau1-2/+6
2026-08-01wifi: mt76: mt7915: fix ext PHY use-after-free on register error pathFelix Fietkau1-2/+7
2026-08-01wifi: mt76: mt7915: fix double hif2 init on the non-WED pathFelix Fietkau1-1/+0
2026-08-01wifi: mt76: mt7996: fix MIB TX aggregation counter registers for mt7990Felix Fietkau2-8/+40
2026-08-01wifi: mt76: mt7996: hold dev->mutex in remove_interface teardownChad Monroe1-0/+4
2026-08-01wifi: mt76: serialize scan-link teardown with dev->mutexChad Monroe1-1/+8
2026-08-01wifi: mt76: set MT76_SCANNING when starting a hw scanFelix Fietkau1-2/+10
2026-08-01wifi: mt76: mt7996: clear stale link state on full resetFelix Fietkau1-0/+3
2026-08-01wifi: mt76: mt7996: free vif links after clearing wcid entries on full resetFelix Fietkau1-1/+1
2026-08-01wifi: mt76: mt7915: trigger L1 SER on PLE MDP RIOC hangChad Monroe3-1/+14
2026-08-01wifi: mt76: mt7615: fix NULL deref in mt7615_mac_set_ratesFelix Fietkau2-4/+6
2026-08-01wifi: mt76: fix stuck TX queues after SER with no active interfacesChad Monroe2-0/+6
2026-08-01wifi: mt76: mt7996: select net_setup_tc handler at runtimeChad Monroe1-4/+19
2026-08-01wifi: mt76: fix queue reg access when building WED and NPU togetherFelix Fietkau1-51/+55
2026-08-01wifi: mt76: mt7996: wake MCU waiters before aborting scan in L1 SERFelix Fietkau1-1/+1
2026-08-01wifi: mt76: mt7996: skip key upload when adding an offchannel linkFelix Fietkau1-1/+2
2026-08-01wifi: mt76: mt7915: unlink TWT flow if the MCU rejects the agreementFelix Fietkau1-1/+3
2026-08-01wifi: mt76: mt7996: leave PS when a 4-address connection is establishedPeter Chiu5-0/+35
2026-07-31wifi: mt76: mt7996: add mcu command to set bssid mapping addressPeter Chiu4-0/+34
2026-07-31wifi: mt76: only consume the WO drop bit on WED v2 devicesFelix Fietkau1-1/+6
2026-07-31wifi: mt76: mt7996: add missing rdd_idx check when enabling background radarStanleyYP Wang1-0/+3
2026-07-31wifi: mt76: mt7915: use little-endian for bss_info_ra wire fieldsFelix Fietkau2-6/+6