]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/skbuff.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[linux-beck.git] / include / linux / skbuff.h
index b57eebfb67e06dc90addfe5f2fea9d913b2121cc..40960fece0b206351304f779beb8eb9c00cd3c5d 100644 (file)
@@ -170,12 +170,14 @@ struct nf_bridge_info {
                BRNF_PROTO_UNCHANGED,
                BRNF_PROTO_8021Q,
                BRNF_PROTO_PPPOE
-       } orig_proto;
+       } orig_proto:8;
        bool                    pkt_otherhost;
        unsigned int            mask;
        struct net_device       *physindev;
-       struct net_device       *physoutdev;
-       char                    neigh_header[8];
+       union {
+               struct net_device *physoutdev;
+               char neigh_header[8];
+       };
 };
 #endif