repair the damage that was done to the packet socket type filter patch when it was...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jul 2010 18:53:55 +0000 (18:53 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jul 2010 18:53:55 +0000 (18:53 +0000)
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
target/linux/generic/patches-2.6.34/240-packet_socket_type.patch
target/linux/generic/patches-2.6.35/240-packet_socket_type.patch

index 0cf56c0..f6f48c9 100644 (file)
@@ -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 {
index 4d4c011..30743a0 100644 (file)
@@ -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 {
index afaf920..1bb0f85 100644 (file)
@@ -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 {
This page took 0.035778 seconds and 4 git commands to generate.