Author: kaloz Date: 2015-01-25 19:14:18 +0100 (Sun, 25 Jan 2015) New Revision: 44139
Modified: trunk/target/linux/generic/patches-3.19/721-phy_packets.patch Log: generic/3.19: fixup the value of IFF_NO_IP_ALIGN Reported-by: Stephen Walker <[email protected]> Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/generic/patches-3.19/721-phy_packets.patch =================================================================== --- trunk/target/linux/generic/patches-3.19/721-phy_packets.patch 2015-01-25 17:59:08 UTC (rev 44138) +++ trunk/target/linux/generic/patches-3.19/721-phy_packets.patch 2015-01-25 18:14:18 UTC (rev 44139) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
