mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
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
This commit is contained in:
parent
7e856e5a97
commit
a6bfca90b0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user