]> Pileus Git - ~andy/linux/blobdiff - include/linux/netdevice.h
net: count hw_addr syncs so that unsync works properly.
[~andy/linux] / include / linux / netdevice.h
index 8bfa95600e48bd11e2196571a39296a2fd7c0d5a..6151e903eef0a4a380ca03cb24f26e5121543758 100644 (file)
@@ -210,9 +210,9 @@ struct netdev_hw_addr {
 #define NETDEV_HW_ADDR_T_SLAVE         3
 #define NETDEV_HW_ADDR_T_UNICAST       4
 #define NETDEV_HW_ADDR_T_MULTICAST     5
-       bool                    synced;
        bool                    global_use;
        int                     refcount;
+       int                     synced;
        struct rcu_head         rcu_head;
 };