Files
linux/Documentation
Vivien Didelot 43c44a9f65 net: dsa: make the STP state function return void
The DSA layer doesn't care about the return code of the port_stp_update
routine, so make it void in the layer and the DSA drivers.

Replace the useless dsa_slave_stp_update function with a
dsa_slave_stp_state function used to reply to the switchdev
SWITCHDEV_ATTR_ID_PORT_STP_STATE attribute.

In the meantime, rename port_stp_update to port_stp_state_set to
explicit the state change.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-08 16:50:40 -04:00
..
2016-02-06 15:33:11 +08:00
2016-01-25 12:01:08 -02:00
2015-10-27 18:55:31 -07:00
2016-02-10 13:14:37 -07:00
2015-11-30 12:14:12 +00:00
2016-03-25 16:37:42 -07:00
2016-03-22 15:36:02 -07:00