From bfe37d20e87396b041066191d0cafe07c7689d2c Mon Sep 17 00:00:00 2001 From: breeze303 Date: Sat, 5 Oct 2024 09:51:06 +0800 Subject: [PATCH] refresh patches --- ...-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch | 2 +- ...-mac80211-extend-ifcomb-check-functions-for-mult.patch | 4 ++-- .../patches-6.6/0981-1-qca-skb_recycler-support.patch | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/kernel/mac80211/patches/subsys/321-wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch b/package/kernel/mac80211/patches/subsys/321-wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch index f48fa38e5e9..9fed5221cb2 100644 --- a/package/kernel/mac80211/patches/subsys/321-wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch +++ b/package/kernel/mac80211/patches/subsys/321-wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch @@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c -@@ -3134,7 +3134,8 @@ static int ieee80211_get_tx_power(struct +@@ -3111,7 +3111,8 @@ static int ieee80211_get_tx_power(struct struct ieee80211_local *local = wiphy_priv(wiphy); struct ieee80211_sub_if_data *sdata = IEEE80211_WDEV_TO_SUB_IF(wdev); diff --git a/package/kernel/mac80211/patches/subsys/346-wifi-mac80211-extend-ifcomb-check-functions-for-mult.patch b/package/kernel/mac80211/patches/subsys/346-wifi-mac80211-extend-ifcomb-check-functions-for-mult.patch index 168cf6fad09..0182180fcb0 100644 --- a/package/kernel/mac80211/patches/subsys/346-wifi-mac80211-extend-ifcomb-check-functions-for-mult.patch +++ b/package/kernel/mac80211/patches/subsys/346-wifi-mac80211-extend-ifcomb-check-functions-for-mult.patch @@ -29,7 +29,7 @@ Signed-off-by: Felix Fietkau if (ret < 0) return ret; -@@ -3992,7 +3992,7 @@ __ieee80211_channel_switch(struct wiphy +@@ -3993,7 +3993,7 @@ __ieee80211_channel_switch(struct wiphy goto out; /* if reservation is invalid then this will fail */ @@ -38,7 +38,7 @@ Signed-off-by: Felix Fietkau if (err) { ieee80211_link_unreserve_chanctx(link_data); goto out; -@@ -5161,4 +5161,5 @@ const struct cfg80211_ops mac80211_confi +@@ -5162,4 +5162,5 @@ const struct cfg80211_ops mac80211_confi .del_link_station = ieee80211_del_link_station, .set_hw_timestamp = ieee80211_set_hw_timestamp, .set_ttlm = ieee80211_set_ttlm, diff --git a/target/linux/qualcommax/patches-6.6/0981-1-qca-skb_recycler-support.patch b/target/linux/qualcommax/patches-6.6/0981-1-qca-skb_recycler-support.patch index 3e15ddf49df..d10a0e69f0e 100644 --- a/target/linux/qualcommax/patches-6.6/0981-1-qca-skb_recycler-support.patch +++ b/target/linux/qualcommax/patches-6.6/0981-1-qca-skb_recycler-support.patch @@ -388,7 +388,7 @@ data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL); if (!data) -@@ -4869,6 +4975,14 @@ static void skb_extensions_init(void) {} +@@ -4865,6 +4971,14 @@ static void skb_extensions_init(void) {} void __init skb_init(void) { @@ -403,7 +403,7 @@ skbuff_cache = kmem_cache_create_usercopy("skbuff_head_cache", sizeof(struct sk_buff), 0, -@@ -4894,6 +5008,7 @@ void __init skb_init(void) +@@ -4890,6 +5004,7 @@ void __init skb_init(void) SKB_SMALL_HEAD_HEADROOM, NULL); skb_extensions_init(); @@ -411,7 +411,7 @@ } static int -@@ -6397,6 +6512,8 @@ static int pskb_carve_inside_header(stru +@@ -6393,6 +6508,8 @@ static int pskb_carve_inside_header(stru if (skb_pfmemalloc(skb)) gfp_mask |= __GFP_MEMALLOC; @@ -420,7 +420,7 @@ data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL); if (!data) return -ENOMEM; -@@ -6513,6 +6630,8 @@ static int pskb_carve_inside_nonlinear(s +@@ -6509,6 +6626,8 @@ static int pskb_carve_inside_nonlinear(s if (skb_pfmemalloc(skb)) gfp_mask |= __GFP_MEMALLOC;