aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-08-05 14:51:27 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-08 16:17:31 +0200
commit7e1b4ea91b7ab557f6ff7dbc4a62f77db68cf7ac (patch)
tree0f4ebf62e6c82cfc9ab00b1c036f61f56bae9165
parentbfa269152933e5e1848c61307d1329f7ab918552 (diff)
downloadbackports-linux-5.4.y.tar.gz
backports: patches: Refresh on kernel 5.4.56v5.4.56-1linux-5.4.y
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/0014-netlink_seq/net_wireless_nl80211.patch2
-rw-r--r--patches/0069-iwlwifi-pd-string-fix.patch2
-rw-r--r--patches/0077-genl-ro-after-init/nl80211.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/patches/0014-netlink_seq/net_wireless_nl80211.patch b/patches/0014-netlink_seq/net_wireless_nl80211.patch
index 7045fa35..99396481 100644
--- a/patches/0014-netlink_seq/net_wireless_nl80211.patch
+++ b/patches/0014-netlink_seq/net_wireless_nl80211.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
-@@ -8769,7 +8769,9 @@ static int nl80211_dump_scan(struct sk_b
+@@ -8770,7 +8770,9 @@ static int nl80211_dump_scan(struct sk_b
if (start == 0)
cfg80211_bss_expire(rdev);
diff --git a/patches/0069-iwlwifi-pd-string-fix.patch b/patches/0069-iwlwifi-pd-string-fix.patch
index 563fcbd7..eef22541 100644
--- a/patches/0069-iwlwifi-pd-string-fix.patch
+++ b/patches/0069-iwlwifi-pd-string-fix.patch
@@ -60,7 +60,7 @@
mvm->debugfs_dir, buf);
--- a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
-@@ -2081,6 +2081,12 @@ void iwl_mvm_dbgfs_register(struct iwl_m
+@@ -2084,6 +2084,12 @@ void iwl_mvm_dbgfs_register(struct iwl_m
* Create a symlink with mac80211. It will be removed when mac80211
* exists (before the opmode exists which removes the target.)
*/
diff --git a/patches/0077-genl-ro-after-init/nl80211.patch b/patches/0077-genl-ro-after-init/nl80211.patch
index 24287ba0..455f231b 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
-@@ -14757,7 +14757,7 @@ static const struct genl_ops nl80211_ops
+@@ -14758,7 +14758,7 @@ static const struct genl_ops nl80211_ops
},
};