From 2422dddf7a9a383214fcfa671f18c8cbb463163a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Sep 2024 10:06:31 +0200 Subject: [PATCH] mac80211: reorder patches in subsys/ Close some patch numbering gaps left behind by updates Signed-off-by: Felix Fietkau --- .../{400-allow-ibss-mixed.patch => 220-allow-ibss-mixed.patch} | 0 ...missing-band.patch => 230-avoid-crashing-missing-band.patch} | 2 +- ...-cfg80211-allow-grace-period-for-DFS-available-after-.patch} | 0 ...=> 320-mac80211-add-AQL-support-for-broadcast-packets.patch} | 0 ...-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename package/kernel/mac80211/patches/subsys/{400-allow-ibss-mixed.patch => 220-allow-ibss-mixed.patch} (100%) rename package/kernel/mac80211/patches/subsys/{780-avoid-crashing-missing-band.patch => 230-avoid-crashing-missing-band.patch} (93%) rename package/kernel/mac80211/patches/subsys/{320-cfg80211-allow-grace-period-for-DFS-available-after-.patch => 310-cfg80211-allow-grace-period-for-DFS-available-after-.patch} (100%) rename package/kernel/mac80211/patches/subsys/{330-mac80211-add-AQL-support-for-broadcast-packets.patch => 320-mac80211-add-AQL-support-for-broadcast-packets.patch} (100%) rename package/kernel/mac80211/patches/subsys/{350-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch => 330-wifi-mac80211-introduce-EHT-rate-support-in-AQL-airt.patch} (100%) 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 --- 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 -- 2.30.2