aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.9
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-09-26 12:51:29 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-09-26 15:54:18 +0200
commit3caf940cc6f2fbaf34ab663f7fdd14ca562dd770 (patch)
tree45741300fd3aad8046761fe86bc00a7dbd94deee /target/linux/generic/pending-4.9
parent17e90d88e2e1973055f793033753960c9384c17d (diff)
downloadupstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.tar.gz
upstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.tar.bz2
upstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.zip
kernel: bump 4.9 to 4.9.129
Refreshed all patches. Removed upstreamed: - 203-MIPS-ath79-fix-restart.patch Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.9')
-rw-r--r--target/linux/generic/pending-4.9/190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.9/190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch b/target/linux/generic/pending-4.9/190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch
index 87b12b9cbe..8899664fba 100644
--- a/target/linux/generic/pending-4.9/190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch
+++ b/target/linux/generic/pending-4.9/190-2-5-e1000e-Fix-wrong-comment-related-to-link-detection.patch
@@ -23,7 +23,7 @@ Tested-by: Aaron Brown <aaron.f.brown@intel.com>
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
-@@ -5078,7 +5078,7 @@ static bool e1000e_has_link(struct e1000
+@@ -5067,7 +5067,7 @@ static bool e1000e_has_link(struct e1000
/* get_link_status is set on LSC (link status) interrupt or
* Rx sequence error interrupt. get_link_status will stay
@@ -32,7 +32,7 @@ Tested-by: Aaron Brown <aaron.f.brown@intel.com>
* for copper adapters ONLY
*/
switch (hw->phy.media_type) {
-@@ -5096,7 +5096,7 @@ static bool e1000e_has_link(struct e1000
+@@ -5085,7 +5085,7 @@ static bool e1000e_has_link(struct e1000
break;
case e1000_media_type_internal_serdes:
ret_val = hw->mac.ops.check_for_link(hw);