diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2017-02-23 18:00:31 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-26 08:44:26 +0100 |
commit | 9c3e29033d3d285cda85047764777cde066d3bad (patch) | |
tree | d494968a1c54c14577f9629a01921fd62b02b675 /target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch | |
parent | 0e5d67d483ced4e4d4022916cbad158d484b0a70 (diff) | |
download | mtk-20170518-9c3e29033d3d285cda85047764777cde066d3bad.zip mtk-20170518-9c3e29033d3d285cda85047764777cde066d3bad.tar.gz mtk-20170518-9c3e29033d3d285cda85047764777cde066d3bad.tar.bz2 |
kernel: update 4.9 to 4.9.12
Refresh generic patch
Compiled and tested WRT1900ACS
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch b/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch index faa80ad..c5d65b7 100644 --- a/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch +++ b/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch @@ -32,7 +32,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> int eth_gro_complete(struct sk_buff *skb, int nhoff); --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c -@@ -390,6 +390,34 @@ struct net_device *alloc_etherdev_mqs(in +@@ -391,6 +391,34 @@ struct net_device *alloc_etherdev_mqs(in } EXPORT_SYMBOL(alloc_etherdev_mqs); |