aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/655-increase_skb_pad.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.3/655-increase_skb_pad.patch')
-rw-r--r--target/linux/generic/patches-3.3/655-increase_skb_pad.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/655-increase_skb_pad.patch b/target/linux/generic/patches-3.3/655-increase_skb_pad.patch
index 5d14daadfa..c4c8c3416e 100644
--- a/target/linux/generic/patches-3.3/655-increase_skb_pad.patch
+++ b/target/linux/generic/patches-3.3/655-increase_skb_pad.patch
@@ -5,7 +5,7 @@
*/
#ifndef NET_SKB_PAD
-#define NET_SKB_PAD max(32, L1_CACHE_BYTES)
-+#define NET_SKB_PAD max(48, L1_CACHE_BYTES)
++#define NET_SKB_PAD max(64, L1_CACHE_BYTES)
#endif
extern int ___pskb_trim(struct sk_buff *skb, unsigned int len);