diff options
author | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-07 18:37:01 -0400 |
commit | d978a6361ad13f1f9694fcb7b5852d253a544d92 (patch) | |
tree | 8e8a8c62286fab2c044c4b53563222c1b66d7cb0 /include/linux/netdevice.h | |
parent | 8303e699f7089a1cd1421750fb33f289e5f3e1b9 (diff) | |
parent | cb28ea3b13b86fb23448525f34720e659bda7aa8 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/nfc/microread/mei.c
net/netfilter/nfnetlink_queue_core.c
Pull in 'net' to get Eric Biederman's AF_UNIX fix, upon which
some cleanups are going to go on-top.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a302f7f01f86..53d3939358a7 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -208,9 +208,9 @@ struct netdev_hw_addr { | |||
208 | #define NETDEV_HW_ADDR_T_SLAVE 3 | 208 | #define NETDEV_HW_ADDR_T_SLAVE 3 |
209 | #define NETDEV_HW_ADDR_T_UNICAST 4 | 209 | #define NETDEV_HW_ADDR_T_UNICAST 4 |
210 | #define NETDEV_HW_ADDR_T_MULTICAST 5 | 210 | #define NETDEV_HW_ADDR_T_MULTICAST 5 |
211 | bool synced; | ||
212 | bool global_use; | 211 | bool global_use; |
213 | int refcount; | 212 | int refcount; |
213 | int synced; | ||
214 | struct rcu_head rcu_head; | 214 | struct rcu_head rcu_head; |
215 | }; | 215 | }; |
216 | 216 | ||