aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-03 14:39:52 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-03 14:39:52 +0000
commit1e4f59c670ab366ca741c2dd4a9f50c07b39642a (patch)
treed11cb18363df423e9fba6fbbf9483eebec4454f0 /target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch
parentead555a94ac5363cc751353d12ff7482854d4c06 (diff)
downloadupstream-1e4f59c670ab366ca741c2dd4a9f50c07b39642a.tar.gz
upstream-1e4f59c670ab366ca741c2dd4a9f50c07b39642a.tar.bz2
upstream-1e4f59c670ab366ca741c2dd4a9f50c07b39642a.zip
generic: upgrade to 3.14.34
Fixes several issues in the network stack. Full changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.33 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.34 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44594
Diffstat (limited to 'target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch')
-rw-r--r--target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch b/target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch
index 506d8c6f1c..cc43d367cc 100644
--- a/target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch
+++ b/target/linux/generic/patches-3.14/075-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch
@@ -12,11 +12,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c
-index aa9f950..3007d95 100644
--- a/drivers/net/ethernet/broadcom/bgmac.c
+++ b/drivers/net/ethernet/broadcom/bgmac.c
-@@ -1167,10 +1167,10 @@ static int bgmac_poll(struct napi_struct *napi, int weight)
+@@ -1167,10 +1167,10 @@ static int bgmac_poll(struct napi_struct
bgmac->int_status = 0;
}
@@ -30,6 +28,3 @@ index aa9f950..3007d95 100644
return handled;
}
---
-1.8.4.5
-