]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/can/af_can.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[karo-tx-linux.git] / net / can / af_can.h
index 18f91e37cc30656308f84f109f6b7bff00771d92..34253b84e30f03ea8c5b1aa4de452897309a84c5 100644 (file)
@@ -63,10 +63,8 @@ struct receiver {
 
 enum { RX_ERR, RX_ALL, RX_FIL, RX_INV, RX_EFF, RX_MAX };
 
+/* per device receive filters linked at dev->ml_priv */
 struct dev_rcv_lists {
-       struct hlist_node list;
-       struct rcu_head rcu;
-       struct net_device *dev;
        struct hlist_head rx[RX_MAX];
        struct hlist_head rx_sff[0x800];
        int remove_on_zero_entries;