From 9b8cc433f022d3001bf1300576a07cb804c366f3 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 6 Jul 2010 18:53:55 +0000 Subject: repair the damage that was done to the packet socket type filter patch when it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-2.6.33/240-packet_socket_type.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-2.6.33') diff --git a/target/linux/generic/patches-2.6.33/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.33/240-packet_socket_type.patch index 0cf56c02b..f6f48c9de 100644 --- a/target/linux/generic/patches-2.6.33/240-packet_socket_type.patch +++ b/target/linux/generic/patches-2.6.33/240-packet_socket_type.patch @@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau unsigned int tp_loss:1; #endif struct packet_type prot_hook ____cacheline_aligned_in_smp; -+ __u8 pkt_type:3; ++ unsigned int pkt_type; }; struct packet_skb_cb { -- cgit v1.2.3