Skip to content
Snippets Groups Projects
Commit 36b295ee authored by Felix Fietkau's avatar Felix Fietkau
Browse files

repair the damage that was done to the packet socket type filter patch when it...

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

SVN-Revision: 22079
parent e0751eb5
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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 {
......
......@@ -31,7 +31,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 {
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment