diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-15 19:16:30 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-15 19:16:30 +0000 |
commit | 952db22551ae621deef18680625aaede453001f4 (patch) | |
tree | 3e70781509679af75aa1d73cc62d32b1f3a9ebb7 /target/linux/generic/patches-3.10/655-increase_skb_pad.patch | |
parent | fd50416248add8012b0581fc3c28875c546c947b (diff) | |
download | mtk-20170518-952db22551ae621deef18680625aaede453001f4.zip mtk-20170518-952db22551ae621deef18680625aaede453001f4.tar.gz mtk-20170518-952db22551ae621deef18680625aaede453001f4.tar.bz2 |
kernel: update kernel 3.10 to 3.10.24
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
Diffstat (limited to 'target/linux/generic/patches-3.10/655-increase_skb_pad.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/655-increase_skb_pad.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/655-increase_skb_pad.patch b/target/linux/generic/patches-3.10/655-increase_skb_pad.patch index 590fa16..44ab947 100644 --- a/target/linux/generic/patches-3.10/655-increase_skb_pad.patch +++ b/target/linux/generic/patches-3.10/655-increase_skb_pad.patch @@ -1,6 +1,6 @@ --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h -@@ -1853,7 +1853,7 @@ static inline int pskb_network_may_pull( +@@ -1844,7 +1844,7 @@ static inline int pskb_network_may_pull( * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8) */ #ifndef NET_SKB_PAD |