summaryrefslogtreecommitdiff
path: root/patches/0002-disable-dump-adjust-on-old-kernels.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-24 22:24:34 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-06-30 17:41:45 +0200
commit25fa8919b124f8d7585327988b2a0a4a325e87d6 (patch)
treefad5ab3a0744958fa1cb3381f139981c90d766f1 /patches/0002-disable-dump-adjust-on-old-kernels.patch
parent1cc5efe8e280d78b5552bfee88bdac257151d888 (diff)
patches: Make patches apply on top of kernel 5.2-rc6
The cordic.c file was moved and the driver from drivers/staging/rtlwifi/ was removed in mainline kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'patches/0002-disable-dump-adjust-on-old-kernels.patch')
-rw-r--r--patches/0002-disable-dump-adjust-on-old-kernels.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/0002-disable-dump-adjust-on-old-kernels.patch b/patches/0002-disable-dump-adjust-on-old-kernels.patch
index bf48eade..c4515077 100644
--- a/patches/0002-disable-dump-adjust-on-old-kernels.patch
+++ b/patches/0002-disable-dump-adjust-on-old-kernels.patch
@@ -28,7 +28,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -2357,6 +2357,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2434,6 +2434,7 @@ static int nl80211_dump_wiphy(struct sk_
cb->nlh->nlmsg_seq,
NLM_F_MULTI, state);
if (ret < 0) {
@@ -36,7 +36,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100
/*
* If sending the wiphy data didn't fit (ENOBUFS
* or EMSGSIZE returned), this SKB is still
-@@ -2378,6 +2379,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2455,6 +2456,7 @@ static int nl80211_dump_wiphy(struct sk_
rtnl_unlock();
return 1;
}