aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-04-02 22:49:11 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-09 23:20:16 +0200
commit7e70bbef46c5fa861ee229a9f56546f037c59c3e (patch)
treefd34e1db62790501459f4e18422b0532d2934610
parent86edcededaa4ca411c331c0d248e444d2e6a2adf (diff)
downloadbackports-7e70bbef46c5fa861ee229a9f56546f037c59c3e.tar.gz
patches: Refresh on top of kernel 5.15.153v5.15.153-1
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/0028-select_queue/mwifiex.patch2
-rw-r--r--patches/0077-genl-ro-after-init/nl80211.patch2
-rw-r--r--patches/0100-revert-small_ops/mac80211.patch4
3 files changed, 4 insertions, 4 deletions
diff --git a/patches/0028-select_queue/mwifiex.patch b/patches/0028-select_queue/mwifiex.patch
index 464332a9..94b46abe 100644
--- a/patches/0028-select_queue/mwifiex.patch
+++ b/patches/0028-select_queue/mwifiex.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/marvell/mwifiex/main.c
+++ b/drivers/net/wireless/marvell/mwifiex/main.c
-@@ -1284,9 +1284,20 @@ static struct net_device_stats *mwifiex_
+@@ -1282,9 +1282,20 @@ static struct net_device_stats *mwifiex_
return &priv->stats;
}
diff --git a/patches/0077-genl-ro-after-init/nl80211.patch b/patches/0077-genl-ro-after-init/nl80211.patch
index 0bed66d3..05219961 100644
--- a/patches/0077-genl-ro-after-init/nl80211.patch
+++ b/patches/0077-genl-ro-after-init/nl80211.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -15941,7 +15941,7 @@ static const struct genl_small_ops nl802
+@@ -15944,7 +15944,7 @@ static const struct genl_small_ops nl802
},
};
diff --git a/patches/0100-revert-small_ops/mac80211.patch b/patches/0100-revert-small_ops/mac80211.patch
index 9d0acca4..d25e785c 100644
--- a/patches/0100-revert-small_ops/mac80211.patch
+++ b/patches/0100-revert-small_ops/mac80211.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -15185,9 +15185,11 @@ static const struct genl_ops nl80211_ops
+@@ -15188,9 +15188,11 @@ static const struct genl_ops nl80211_ops
/* can be retrieved by unprivileged users */
.internal_flags = NL80211_FLAG_NEED_WIPHY,
},
@@ -12,7 +12,7 @@
{
.cmd = NL80211_CMD_SET_WIPHY,
.validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
-@@ -15977,8 +15979,10 @@ static struct genl_family nl80211_fam __
+@@ -15980,8 +15982,10 @@ static struct genl_family nl80211_fam __
.module = THIS_MODULE,
.ops = nl80211_ops,
.n_ops = ARRAY_SIZE(nl80211_ops),