aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-07 03:09:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-07 03:09:04 +0000
commitf6bf23b9239dd1514bd0aa7bf857a16d1a7f35ed (patch)
tree60b86ca9840078ffc27a9889354c6df446b92485 /target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch
parent3a8000d301a2be1b7314fa7daab82bae88e67620 (diff)
downloadupstream-f6bf23b9239dd1514bd0aa7bf857a16d1a7f35ed.tar.gz
upstream-f6bf23b9239dd1514bd0aa7bf857a16d1a7f35ed.tar.bz2
upstream-f6bf23b9239dd1514bd0aa7bf857a16d1a7f35ed.zip
[kernel] update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch b/target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch
index f1802fe1ec..9f527548f5 100644
--- a/target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch
@@ -1,6 +1,6 @@
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
-@@ -1355,9 +1355,12 @@ static inline int skb_network_offset(con
+@@ -1369,9 +1369,12 @@
*
* Various parts of the networking layer expect at least 32 bytes of
* headroom, you should not reduce this.