diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 11:30:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 11:30:34 +0000 |
commit | a2543d72d8a0b4a9efcee26c8af36d618de4c863 (patch) | |
tree | e8655a579d54b55e648ec1750bb282fc1c5d7b61 /target/linux/generic/patches-3.10/655-increase_skb_pad.patch | |
parent | e41e531e3b6a5fa99db8b682c00e47fc15d3d401 (diff) | |
download | mtk-20170518-a2543d72d8a0b4a9efcee26c8af36d618de4c863.zip mtk-20170518-a2543d72d8a0b4a9efcee26c8af36d618de4c863.tar.gz mtk-20170518-a2543d72d8a0b4a9efcee26c8af36d618de4c863.tar.bz2 |
kernel: update 3.10 to 3.10.28
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
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 44ab947..f5b30fb 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 -@@ -1844,7 +1844,7 @@ static inline int pskb_network_may_pull( +@@ -1849,7 +1849,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 |