pmaports/device/linux-samsung-a5y17lte/skbuff_increased.patch
Dzmitry Sankouski ccd9d6ba43
samsung-a5y17lte: add wlan kernel module (!555)
qcacld-2.0 external kernel module from code aurora forum, master branch
2019-08-19 17:03:04 +02:00

15 lines
515 B
Diff

This patch increases skbuff for qcacld-2.0 module
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 2efc361539d..d9c47719ece 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -538,7 +538,7 @@ struct sk_buff {
* want to keep them across layers you have to do a skb_clone()
* first. This is owned by whoever has the skb queued ATM.
*/
- char cb[48] __aligned(8);
+ char cb[96] __aligned(8);
unsigned long _skb_refdst;
void (*destructor)(struct sk_buff *skb);