[openwrt/openwrt] mt76: update to Git HEAD (2025-08-27)
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 27 04:39:29 PDT 2025
nbd pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/64bbe71219d65a5c3c17409e8b2a1b78c2d9f9c0
commit 64bbe71219d65a5c3c17409e8b2a1b78c2d9f9c0
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Aug 14 18:43:48 2025 +0200
mt76: update to Git HEAD (2025-08-27)
5f61f34087c5 wifi: mt76: mt7996: fix crash on some tx status reports
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 at nbd.name>
(cherry picked from commit 2760a08b407c6ecd7f56718e07b9c48b32d05844)
---
package/kernel/mt76/Makefile | 6 +++---
package/kernel/mt76/patches/100-api_compat.patch | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 026218e478..b5b9b22873 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-13
-PKG_SOURCE_VERSION:=903a7e0ace79dc9802b381fa05ecd2028122dd1b
-PKG_MIRROR_HASH:=fcff7a90c8745091b8113e7833dc1f25e2767ff76da1f7adad27bde225c834df
+PKG_SOURCE_DATE:=2025-08-27
+PKG_SOURCE_VERSION:=de1df8b888bd1c99ee191f451af47b4fa9658e8c
+PKG_MIRROR_HASH:=4ead68e97fc6472a682dae2f96f9dbb377f23c316511f625b85af15de46e9397
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_USE_NINJA:=0
diff --git a/package/kernel/mt76/patches/100-api_compat.patch b/package/kernel/mt76/patches/100-api_compat.patch
index 3dd4e1f799..989967164b 100644
--- a/package/kernel/mt76/patches/100-api_compat.patch
+++ b/package/kernel/mt76/patches/100-api_compat.patch
@@ -33,7 +33,7 @@
{
struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv;
struct mt7996_phy *phy = mt7996_vif_link_phy(&mvif->deflink);
-@@ -1714,13 +1713,12 @@ out:
+@@ -1687,13 +1686,12 @@ out:
rcu_read_unlock();
}
@@ -51,7 +51,7 @@
mt7996_link_rate_ctrl_update(&changed, sta);
ieee80211_queue_work(hw, &dev->rc_work);
-@@ -2213,7 +2211,7 @@ const struct ieee80211_ops mt7996_ops =
+@@ -2186,7 +2184,7 @@ const struct ieee80211_ops mt7996_ops =
.link_info_changed = mt7996_link_info_changed,
.sta_state = mt7996_sta_state,
.sta_pre_rcu_remove = mt76_sta_pre_rcu_remove,
@@ -62,7 +62,7 @@
.set_rts_threshold = mt7996_set_rts_threshold,
--- a/mac80211.c
+++ b/mac80211.c
-@@ -1704,7 +1704,7 @@ s8 mt76_get_power_bound(struct mt76_phy
+@@ -1745,7 +1745,7 @@ s8 mt76_get_power_bound(struct mt76_phy
EXPORT_SYMBOL_GPL(mt76_get_power_bound);
int mt76_get_txpower(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
@@ -73,7 +73,7 @@
int n_chains, delta;
--- a/mt76.h
+++ b/mt76.h
-@@ -1520,7 +1520,7 @@ int mt76_get_min_avg_rssi(struct mt76_de
+@@ -1521,7 +1521,7 @@ int mt76_get_min_avg_rssi(struct mt76_de
s8 mt76_get_power_bound(struct mt76_phy *phy, s8 txpower);
int mt76_get_txpower(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
More information about the lede-commits
mailing list