X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c5552ad03973839d83d32d7108f20c00f192633b..e521e0fb000c7b7e80a73cac4c1e264e7da8e98f:/target/linux/generic/patches-2.6.34/240-packet_socket_type.patch diff --git a/target/linux/generic/patches-2.6.34/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.34/240-packet_socket_type.patch index 4d4c01155..30743a0c0 100644 --- a/target/linux/generic/patches-2.6.34/240-packet_socket_type.patch +++ b/target/linux/generic/patches-2.6.34/240-packet_socket_type.patch @@ -31,7 +31,7 @@ Signed-off-by: Felix Fietkau 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 {