summaryrefslogtreecommitdiff
path: root/patches/0002-disable-dump-adjust-on-old-kernels.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-09-17 23:31:39 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-19 11:06:48 +0200
commit0a4cd9bd740700db6e72da6d408d24ea50d224d7 (patch)
tree5e91f447b6abab54a3d262a66ddfdd44a951a742 /patches/0002-disable-dump-adjust-on-old-kernels.patch
parentc71cc7fc153fcd0f1215acfbb175f8363bd84cab (diff)
patches: make patches apply with kernel 4.19
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 332a7b61..be1d9720 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
-@@ -2010,6 +2010,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2174,6 +2174,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
-@@ -2031,6 +2032,7 @@ static int nl80211_dump_wiphy(struct sk_
+@@ -2195,6 +2196,7 @@ static int nl80211_dump_wiphy(struct sk_
rtnl_unlock();
return 1;
}