diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:05:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:05:15 +0000 |
commit | 4a7439521bc8f91d7b2fd0a0f0c70af9113ab304 (patch) | |
tree | 9ac20cd7bfdc65f418256f27d85e4c860351d7c8 /target/linux/generic-2.6/patches-2.6.30/205-skb_padding.patch | |
parent | fb48fbba16ffd1c86c4d1d4a21bc7dfd3c5fa10b (diff) | |
download | upstream-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.tar.gz upstream-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.tar.bz2 upstream-4a7439521bc8f91d7b2fd0a0f0c70af9113ab304.zip |
generic-2.6/2.6.30: resync patches for 2.6.30-rc5
SVN-Revision: 15736
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.patch | 2 |
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 9f527548f5..549fa50c9a 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 -@@ -1369,9 +1369,12 @@ +@@ -1369,9 +1369,12 @@ static inline int skb_network_offset(con * * Various parts of the networking layer expect at least 32 bytes of * headroom, you should not reduce this. |