switchdev: rename vlan vid_start to vid_begin
Use vid_begin/end to be consistent with BRIDGE_VLAN_INFO_RANGE_BEGIN/END. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
e8e85cc5eb
commit
3e3a78b495
@@ -57,7 +57,7 @@ struct switchdev_obj {
|
||||
union {
|
||||
struct switchdev_obj_vlan { /* PORT_VLAN */
|
||||
u16 flags;
|
||||
u16 vid_start;
|
||||
u16 vid_begin;
|
||||
u16 vid_end;
|
||||
} vlan;
|
||||
struct switchdev_obj_ipv4_fib { /* IPV4_FIB */
|
||||
|
Reference in New Issue
Block a user