diff options
| author | Felix Fietkau | 2025-08-27 11:29:27 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-08-27 11:30:00 +0000 |
| commit | 2760a08b407c6ecd7f56718e07b9c48b32d05844 (patch) | |
| tree | d0cf589c61d368804d59c01b3d3dcf96d81975f9 | |
| parent | c1a6c85c98a0301e72cc7ec3b4959f2fa7d9f78d (diff) | |
| download | openwrt-2760a08b407c6ecd7f56718e07b9c48b32d05844.tar.gz | |
mt76: update to Git HEAD (2025-08-27)
d729307b5e8b mt76: mt7996: add missing null pointer check
fb22489fd738 wifi: mt76: do not add non-sta wcid entries to the poll list
fb7e0501b8f9 wifi: mt76: mt7996: add missing check for rx wcid entries
4cd64ad1283b wifi: mt76: mt7915: fix list corruption after hardware restart
ee538efba542 wifi: mt76: free pending offchannel tx frames on wcid cleanup
415b5a68878b wifi: mt76: fix list corruption
3ed2c4030d42 wifi: mt76: mt7925u: use connac3 tx aggr check in tx complete
a35af277873f wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmd
384d3a9bff2d wifi: mt76: mt7996: Use deflink for AMPDU rx reordering
9bae5f956e65 wifi: mt76: Remove dead code in mt76_scan_work
de1df8b888bd wifi: mt76: mt7996: Export MLO AP capabilities to mac80211
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/kernel/mt76/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 4e7d5a2657..f28e9125bc 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-08-14 -PKG_SOURCE_VERSION:=5f61f34087c56b1cb0ad56770fe9430065a41a11 -PKG_MIRROR_HASH:=af3f37682dbc7655aecd894e8fe20259170cbcee021361bd460cfab09169fd82 +PKG_SOURCE_DATE:=2025-08-27 +PKG_SOURCE_VERSION:=de1df8b888bd1c99ee191f451af47b4fa9658e8c +PKG_MIRROR_HASH:=4ead68e97fc6472a682dae2f96f9dbb377f23c316511f625b85af15de46e9397 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_USE_NINJA:=0 |