diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-06-26 11:22:11 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-06-27 07:21:03 +0200 |
commit | 69649a1b45ee0ab7ab3de350dc75f89d867c174c (patch) | |
tree | 440a7951d9d3f646940c91d9066ac92f146f6637 /target/linux/generic/patches-4.9/721-phy_packets.patch | |
parent | d18f76f762c0ce128f551735536f3cb996ebcacd (diff) | |
download | mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.zip mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.gz mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.bz2 |
kernel: update kernel 4.9 to 4.9.34
- Refreshed all patches
- Adapted 1 (0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch)
Compile tested on: brcm2708, cns3xxx, imx6
Run tested on: brcm2708, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
[Compile and run tested on brcm2708]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/patches-4.9/721-phy_packets.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/721-phy_packets.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-4.9/721-phy_packets.patch b/target/linux/generic/patches-4.9/721-phy_packets.patch index 5b4ff07..717aba8 100644 --- a/target/linux/generic/patches-4.9/721-phy_packets.patch +++ b/target/linux/generic/patches-4.9/721-phy_packets.patch @@ -1,6 +1,6 @@ --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h -@@ -1397,6 +1397,7 @@ enum netdev_priv_flags { +@@ -1398,6 +1398,7 @@ enum netdev_priv_flags { IFF_RXFH_CONFIGURED = 1<<25, IFF_PHONY_HEADROOM = 1<<26, IFF_MACSEC = 1<<27, @@ -8,7 +8,7 @@ }; #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN -@@ -1426,6 +1427,7 @@ enum netdev_priv_flags { +@@ -1427,6 +1428,7 @@ enum netdev_priv_flags { #define IFF_TEAM IFF_TEAM #define IFF_RXFH_CONFIGURED IFF_RXFH_CONFIGURED #define IFF_MACSEC IFF_MACSEC @@ -16,7 +16,7 @@ /** * struct net_device - The DEVICE structure. -@@ -1712,6 +1714,11 @@ struct net_device { +@@ -1713,6 +1715,11 @@ struct net_device { const struct ndisc_ops *ndisc_ops; #endif @@ -28,7 +28,7 @@ const struct header_ops *header_ops; unsigned int flags; -@@ -1779,6 +1786,10 @@ struct net_device { +@@ -1780,6 +1787,10 @@ struct net_device { struct mpls_dev __rcu *mpls_ptr; #endif |