upgrade wireless-tools and iproute2
[openwrt.git] / package / linux / kernel-patches / 201-include_linux_skbuff_h.patch
1 --- linux-mips-cvs-21012005/include/linux/skbuff.h 2005-01-31 12:56:47.000000000 +0100
2 +++ linux-broadcom/include/linux/skbuff.h 2005-01-31 12:55:24.000000000 +0100
3 @@ -135,10 +135,6 @@
4 struct sock *sk; /* Socket we are owned by */
5 struct timeval stamp; /* Time we arrived */
6 struct net_device *dev; /* Device we arrived on/are leaving by */
7 - struct net_device *real_dev; /* For support of point to point protocols
8 - (e.g. 802.3ad) over bonding, we must save the
9 - physical device that got the packet before
10 - replacing skb->dev with the virtual device. */
11
12 /* Transport layer header */
13 union
14 @@ -219,6 +215,10 @@
15 #ifdef CONFIG_NET_SCHED
16 __u32 tc_index; /* traffic control index */
17 #endif
18 + struct net_device *real_dev; /* For support of point to point protocols
19 + (e.g. 802.3ad) over bonding, we must save the
20 + physical device that got the packet before
21 + replacing skb->dev with the virtual device. */
22 };
23
24 #ifdef __KERNEL__
This page took 0.041321 seconds and 5 git commands to generate.