OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 7... | Line 7... | |||
7 | include/linux/skbuff.h | 2 +- |
7 | include/linux/skbuff.h | 2 +- |
|
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
|
Line 9... | Line 9... | |||
9 | |
9 | |
|
10 | --- a/include/linux/skbuff.h |
10 | --- a/include/linux/skbuff.h |
|
11 | +++ b/include/linux/skbuff.h |
11 | +++ b/include/linux/skbuff.h |
|
12 | @@ -2303,7 +2303,7 @@ static inline int pskb_network_may_pull( |
12 | @@ -2298,7 +2298,7 @@ static inline int pskb_network_may_pull( |
|
13 | * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8) |
13 | * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8) |
|
14 | */ |
14 | */ |
|
15 | #ifndef NET_SKB_PAD |
15 | #ifndef NET_SKB_PAD |
|
16 | -#define NET_SKB_PAD max(32, L1_CACHE_BYTES) |
16 | -#define NET_SKB_PAD max(32, L1_CACHE_BYTES) |