diff options
author | David S. Miller <davem@davemloft.net> | 2016-07-23 19:31:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-24 00:53:32 -0400 |
commit | de0ba9a0d8909996f9e293d311c2cc459fa77d67 (patch) | |
tree | 199214afc477824bf431d11d08834ff7555c994b /include/net/switchdev.h | |
parent | d95a93a9b71677a43f967a1b7986decab84b7765 (diff) | |
parent | 107df03203bb66de56e2caec3bde6d22b55480c5 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Just several instances of overlapping changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r-- | include/net/switchdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 9023e3e3be0b..62f6a967a1b7 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
@@ -60,7 +60,7 @@ struct switchdev_attr { | |||
60 | struct netdev_phys_item_id ppid; /* PORT_PARENT_ID */ | 60 | struct netdev_phys_item_id ppid; /* PORT_PARENT_ID */ |
61 | u8 stp_state; /* PORT_STP_STATE */ | 61 | u8 stp_state; /* PORT_STP_STATE */ |
62 | unsigned long brport_flags; /* PORT_BRIDGE_FLAGS */ | 62 | unsigned long brport_flags; /* PORT_BRIDGE_FLAGS */ |
63 | u32 ageing_time; /* BRIDGE_AGEING_TIME */ | 63 | clock_t ageing_time; /* BRIDGE_AGEING_TIME */ |
64 | bool vlan_filtering; /* BRIDGE_VLAN_FILTERING */ | 64 | bool vlan_filtering; /* BRIDGE_VLAN_FILTERING */ |
65 | } u; | 65 | } u; |
66 | }; | 66 | }; |