[source] kernel: use upstream accepted bgmac fix for BCM47186B0

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 31 13:04:34 PST 2017


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/bde06ab26be9aecbd23db520f63b687a28d1ff97

commit bde06ab26be9aecbd23db520f63b687a28d1ff97
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Jan 31 21:08:18 2017 +0100

    kernel: use upstream accepted bgmac fix for BCM47186B0
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 ...-0005-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/target/linux/generic/patches-4.4/170-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch b/target/linux/generic/patches-4.4/071-v4.9-0005-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch
similarity index 86%
rename from target/linux/generic/patches-4.4/170-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch
rename to target/linux/generic/patches-4.4/071-v4.9-0005-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch
index 97d8951..e9bf06c 100644
--- a/target/linux/generic/patches-4.4/170-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch
+++ b/target/linux/generic/patches-4.4/071-v4.9-0005-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch
@@ -1,5 +1,6 @@
+From cdb26d3387f0cdf7b2a2eea581385173547ef21f Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal at milecki.pl>
-Date: Mon, 7 Nov 2016 13:19:42 +0100
+Date: Mon, 7 Nov 2016 13:53:27 +0100
 Subject: [PATCH] net: bgmac: fix reversed checks for clock control flag
 
 This fixes regression introduced by patch adding feature flags. It was
@@ -12,6 +13,8 @@ BCM47186B0.
 Fixes: db791eb2970b ("net: ethernet: bgmac: convert to feature flags")
 Fixes: 4af1474e6198 ("net: bgmac: Fix errant feature flag check")
 Cc: Jon Mason <jon.mason at broadcom.com>
+Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
+Signed-off-by: David S. Miller <davem at davemloft.net>
 ---
  drivers/net/ethernet/broadcom/bgmac.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)



More information about the lede-commits mailing list