summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-2.6.35/240-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-2.6.35/240-packet_socket_type.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
index afaf9204f..1bb0f85d8 100644
--- a/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
+++ b/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
unsigned int tp_reserve;
unsigned int tp_loss:1;
struct packet_type prot_hook ____cacheline_aligned_in_smp;
-+ __u8 pkt_type:3;
++ unsigned int pkt_type;
};
struct packet_skb_cb {