summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-24 13:23:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-24 13:23:20 +0000
commita6bfca90b0f33360209c4823ebc9c2fe9fba926f (patch)
treeb9b1c1cefc62a6cb716ad7cc4c137dfefb40f636 /target
parent7e856e5a97966fe89f6336783c0c676eb999e7cf (diff)
downloadmaster-31e0f0ae-a6bfca90b0f33360209c4823ebc9c2fe9fba926f.tar.gz
master-31e0f0ae-a6bfca90b0f33360209c4823ebc9c2fe9fba926f.tar.bz2
master-31e0f0ae-a6bfca90b0f33360209c4823ebc9c2fe9fba926f.zip
fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set
This issue got introduced while porting the patch over 3.6 in r33897 SVN-Revision: 33913
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.6/721-phy_packets.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.6/721-phy_packets.patch b/target/linux/generic/patches-3.6/721-phy_packets.patch
index c99e64e243..e8578de57a 100644
--- a/target/linux/generic/patches-3.6/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.6/721-phy_packets.patch
@@ -28,7 +28,7 @@
#define IFF_SUPP_NOFCS 0x80000 /* device supports sending custom FCS */
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
* change when it's running */
-+#define IFF_NO_IP_ALIGN 0x120000 /* do not ip-align allocated rx pkts */
++#define IFF_NO_IP_ALIGN 0x200000 /* do not ip-align allocated rx pkts */
#define IF_GET_IFACE 0x0001 /* for querying only */