summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-01-25 18:14:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-01-25 18:14:18 +0000
commit11a2a6b2205bafcfcd370868b059090b81675dc8 (patch)
tree1097397a6bc1c7310e96da979d035dac242dc816 /target/linux/generic
parent634c8c215cd5416f2776b02e488bf2c3d0edd59c (diff)
downloadmaster-31e0f0ae-11a2a6b2205bafcfcd370868b059090b81675dc8.tar.gz
master-31e0f0ae-11a2a6b2205bafcfcd370868b059090b81675dc8.tar.bz2
master-31e0f0ae-11a2a6b2205bafcfcd370868b059090b81675dc8.zip
generic/3.19: fixup the value of IFF_NO_IP_ALIGN
Reported-by: Stephen Walker <stephendwalker+openwrt@gmail.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44139
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-3.19/721-phy_packets.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.19/721-phy_packets.patch b/target/linux/generic/patches-3.19/721-phy_packets.patch
index 8dd334680e..6c0898c5ee 100644
--- a/target/linux/generic/patches-3.19/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.19/721-phy_packets.patch
@@ -4,7 +4,7 @@
IFF_XMIT_DST_RELEASE_PERM = 1<<22,
IFF_IPVLAN_MASTER = 1<<23,
IFF_IPVLAN_SLAVE = 1<<24,
-+ IFF_NO_IP_ALIGN = 1<<23,
++ IFF_NO_IP_ALIGN = 1<<25,
};
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN