|
@@ -295,11 +295,9 @@ void b53_br_set_stp_state(struct dsa_switch *ds, int port, u8 state);
|
|
void b53_br_fast_age(struct dsa_switch *ds, int port);
|
|
void b53_br_fast_age(struct dsa_switch *ds, int port);
|
|
int b53_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering);
|
|
int b53_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering);
|
|
int b53_vlan_prepare(struct dsa_switch *ds, int port,
|
|
int b53_vlan_prepare(struct dsa_switch *ds, int port,
|
|
- const struct switchdev_obj_port_vlan *vlan,
|
|
|
|
- struct switchdev_trans *trans);
|
|
|
|
|
|
+ const struct switchdev_obj_port_vlan *vlan);
|
|
void b53_vlan_add(struct dsa_switch *ds, int port,
|
|
void b53_vlan_add(struct dsa_switch *ds, int port,
|
|
- const struct switchdev_obj_port_vlan *vlan,
|
|
|
|
- struct switchdev_trans *trans);
|
|
|
|
|
|
+ const struct switchdev_obj_port_vlan *vlan);
|
|
int b53_vlan_del(struct dsa_switch *ds, int port,
|
|
int b53_vlan_del(struct dsa_switch *ds, int port,
|
|
const struct switchdev_obj_port_vlan *vlan);
|
|
const struct switchdev_obj_port_vlan *vlan);
|
|
int b53_fdb_add(struct dsa_switch *ds, int port,
|
|
int b53_fdb_add(struct dsa_switch *ds, int port,
|