[openwrt/openwrt] mac80211: reorder patches in subsys/
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 30 02:32:51 PDT 2024
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2422dddf7a9a383214fcfa671f18c8cbb463163a
commit 2422dddf7a9a383214fcfa671f18c8cbb463163a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Sep 30 10:06:31 2024 +0200
mac80211: reorder patches in subsys/
Close some patch numbering gaps left behind by updates
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
.../subsys/{400-allow-ibss-mixed.patch => 220-allow-ibss-mixed.patch} | 0
...rashing-missing-band.patch => 230-avoid-crashing-missing-band.patch} | 2 +-
...h => 310-cfg80211-allow-grace-period-for-DFS-available-after-.patch} | 0
...s.patch => 320-mac80211-add-AQL-support-for-broadcast-packets.patch} | 0
...h => 330-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch} | 0
5 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/patches/subsys/400-allow-ibss-mixed.patch b/package/kernel/mac80211/patches/subsys/220-allow-ibss-mixed.patch
similarity index 100%
rename from package/kernel/mac80211/patches/subsys/400-allow-ibss-mixed.patch
rename to package/kernel/mac80211/patches/subsys/220-allow-ibss-mixed.patch
diff --git a/package/kernel/mac80211/patches/subsys/780-avoid-crashing-missing-band.patch b/package/kernel/mac80211/patches/subsys/230-avoid-crashing-missing-band.patch
similarity index 93%
rename from package/kernel/mac80211/patches/subsys/780-avoid-crashing-missing-band.patch
rename to package/kernel/mac80211/patches/subsys/230-avoid-crashing-missing-band.patch
index ae400b78a1..9e9e3844b7 100644
--- a/package/kernel/mac80211/patches/subsys/780-avoid-crashing-missing-band.patch
+++ b/package/kernel/mac80211/patches/subsys/230-avoid-crashing-missing-band.patch
@@ -18,7 +18,7 @@ Signed-off-by: David Bauer <mail at david-bauer.net>
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
-@@ -2455,6 +2455,13 @@ static void sta_stats_decode_rate(struct
+@@ -2439,6 +2439,13 @@ static void sta_stats_decode_rate(struct
sband = local->hw.wiphy->bands[band];
diff --git a/package/kernel/mac80211/patches/subsys/320-cfg80211-allow-grace-period-for-DFS-available-after-.patch b/package/kernel/mac80211/patches/subsys/310-cfg80211-allow-grace-period-for-DFS-available-after-.patch
similarity index 100%
rename from package/kernel/mac80211/patches/subsys/320-cfg80211-allow-grace-period-for-DFS-available-after-.patch
rename to package/kernel/mac80211/patches/subsys/310-cfg80211-allow-grace-period-for-DFS-available-after-.patch
diff --git a/package/kernel/mac80211/patches/subsys/330-mac80211-add-AQL-support-for-broadcast-packets.patch b/package/kernel/mac80211/patches/subsys/320-mac80211-add-AQL-support-for-broadcast-packets.patch
similarity index 100%
rename from package/kernel/mac80211/patches/subsys/330-mac80211-add-AQL-support-for-broadcast-packets.patch
rename to package/kernel/mac80211/patches/subsys/320-mac80211-add-AQL-support-for-broadcast-packets.patch
diff --git a/package/kernel/mac80211/patches/subsys/350-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch b/package/kernel/mac80211/patches/subsys/330-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch
similarity index 100%
rename from package/kernel/mac80211/patches/subsys/350-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch
rename to package/kernel/mac80211/patches/subsys/330-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch
More information about the lede-commits
mailing list