summaryrefslogtreecommitdiff
path: root/target/linux/generic
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-04 06:15:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-04 06:15:14 +0000
commite6083fc8b100bb09f0e7a0db533c74ad73cb504f (patch)
tree895b6d4402d338ba94b7865dfd7a2f26d3fd391c /target/linux/generic
parent17b8d9c976f7011db426550f7930856626284bf8 (diff)
downloadmtk-20170518-e6083fc8b100bb09f0e7a0db533c74ad73cb504f.zip
mtk-20170518-e6083fc8b100bb09f0e7a0db533c74ad73cb504f.tar.gz
mtk-20170518-e6083fc8b100bb09f0e7a0db533c74ad73cb504f.tar.bz2
kernel/3.1{3, 4}: fix IFF_NO_IP_ALIGN flag location
Fix IFF_NO_IP_ALIGN location which is collide with new netdev private flag IFF_MACVLAN. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41992
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-3.13/721-phy_packets.patch2
-rw-r--r--target/linux/generic/patches-3.14/721-phy_packets.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.13/721-phy_packets.patch b/target/linux/generic/patches-3.13/721-phy_packets.patch
index b6344f4..e781f76 100644
--- a/target/linux/generic/patches-3.13/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.13/721-phy_packets.patch
@@ -28,7 +28,7 @@
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
* change when it's running */
#define IFF_MACVLAN 0x200000 /* Macvlan device */
-+#define IFF_NO_IP_ALIGN 0x200000 /* do not ip-align allocated rx pkts */
++#define IFF_NO_IP_ALIGN 0x400000 /* do not ip-align allocated rx pkts */
#define IF_GET_IFACE 0x0001 /* for querying only */
diff --git a/target/linux/generic/patches-3.14/721-phy_packets.patch b/target/linux/generic/patches-3.14/721-phy_packets.patch
index 04b5b3a..d90462e 100644
--- a/target/linux/generic/patches-3.14/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.14/721-phy_packets.patch
@@ -28,7 +28,7 @@
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
* change when it's running */
#define IFF_MACVLAN 0x200000 /* Macvlan device */
-+#define IFF_NO_IP_ALIGN 0x200000 /* do not ip-align allocated rx pkts */
++#define IFF_NO_IP_ALIGN 0x400000 /* do not ip-align allocated rx pkts */
#define IF_GET_IFACE 0x0001 /* for querying only */