Skip to content

Commit 8e1b388

Browse files
TaeheeYoodavem330
authored andcommitted
net: remove NETDEV_HW_ADDR_T_SLAVE
NETDEV_HW_ADDR_T_SLAVE is not used anymore, remove it. Signed-off-by: Taehee Yoo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 186e26e commit 8e1b388

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/linux/netdevice.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,8 @@ struct netdev_hw_addr {
212212
unsigned char type;
213213
#define NETDEV_HW_ADDR_T_LAN 1
214214
#define NETDEV_HW_ADDR_T_SAN 2
215-
#define NETDEV_HW_ADDR_T_SLAVE 3
216-
#define NETDEV_HW_ADDR_T_UNICAST 4
217-
#define NETDEV_HW_ADDR_T_MULTICAST 5
215+
#define NETDEV_HW_ADDR_T_UNICAST 3
216+
#define NETDEV_HW_ADDR_T_MULTICAST 4
218217
bool global_use;
219218
int sync_cnt;
220219
int refcount;

0 commit comments

Comments
 (0)