aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commit53512ba60deff5f74296d0cbff6c82e2a5e78b83 (patch)
tree639680895a461a1aca3be3b71adabf63cc95c8ec /target
parent4051d796dac391ac781a83f5fea0dfd38b201e02 (diff)
downloadmaster-187ad058-53512ba60deff5f74296d0cbff6c82e2a5e78b83.tar.gz
master-187ad058-53512ba60deff5f74296d0cbff6c82e2a5e78b83.tar.bz2
master-187ad058-53512ba60deff5f74296d0cbff6c82e2a5e78b83.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 b6344f431b..e781f76542 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 04b5b3af56..d90462eec1 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 */