[kernel] ssb: give the PCI core more time to initialize, fixes PCI issues with Athero...
[openwrt.git] / target / linux / generic / patches-2.6.33 / 240-packet_socket_type.patch
index 0cf56c02b6924b112e43debd9ca85834751c2a1b..f6f48c9deb16ec5d9f50f34c22c66e5d93996323 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 {