fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set
authorFlorian Fainelli <florian@openwrt.org>
Wed, 24 Oct 2012 13:23:20 +0000 (13:23 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 24 Oct 2012 13:23:20 +0000 (13:23 +0000)
This issue got introduced while porting the patch over 3.6 in r33897

SVN-Revision: 33913

target/linux/generic/patches-3.6/721-phy_packets.patch

index c99e64e2433998e5c3f116ab5bcc928308cf9ade..e8578de57a3e4c4015a506f2f84c479cd364a643 100644 (file)
@@ -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 */