summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2025-09-15 07:53:54 +0000
committerFelix Fietkau2025-09-15 07:59:35 +0000
commitb4d6b6c98697e0153ae17ca30e95f1219742270c (patch)
treeca51f4ad38f3fa52bff694fa40f8a75f5ba1a2f0
parent6f2738df5585f244cdaf64f41a06ecc53e8ccd78 (diff)
downloadopenwrt-b4d6b6c98697e0153ae17ca30e95f1219742270c.tar.gz
mt76: update to Git HEAD (2025-09-15)
904abc93b7d7 wifi: mt76: mt7996: fix setting beacon protection keys 75cd7c365b26 wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error 587012a43306 wifi: mt76: mt7996: delete vif keys when requested e995f6198d8b wifi: mt76: mt7996: fix key add/remove imbalance 5b0cbb058089 wifi: mt76: mt7996: fix updating beacon protection with beacons enabled bba7ae0b1a68 wifi: mt76: mt7996: drop connac mcu wtbl clear 1383b5548fd7 wifi: mt76: use altx queue for offchannel tx on connac+ fd4c0858e58d wifi: mt76: mt7996: disable promiscuous mode by default a9d21b7ece99 wifi: mt76: mt7996: remove the mem_total field of STA_REC_BF command e88deeb14596 wifi: mt76: mt7996: set VTA in txwi a06461861f4a wifi: mt76: mt7996: fill User Priority in skb->priority for rx packets d17519baab77 wifi: mt76: improve phy reset on hw restart ddbe1f6eb25f wifi: mt76: abort scan/roc on hw restart 6745cece7a07 wifi: mt76: mt7996: reset station links on hardware restart d4a79d50ffc6 wifi: mt76: mt7996: reset interface links on hardware restart 9b770cb3dacd wifi: mt76: mt76_eeprom_override to int 6467af3bcf11 wifi: mt76: mt7921u: Add VID/PID for Netgear A7500 Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/kernel/mt76/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 2b16d42e7b..2e4da90a1c 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2025-09-09
-PKG_SOURCE_VERSION:=a6559a003d1b963507d09853c24594cd5228599c
-PKG_MIRROR_HASH:=58938c0643d3f4e46fc41cb6617f1194d591781524590f4fb293b5730f4ecd6d
+PKG_SOURCE_DATE:=2025-09-15
+PKG_SOURCE_VERSION:=6467af3bcf1154c2ceb032c903d533f0c718bbc2
+PKG_MIRROR_HASH:=98781ea57cdc97bc63ecb2c1d4004964f2a10663987887445f1c71b76610cd96
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_USE_NINJA:=0