aboutsummaryrefslogtreecommitdiff
path: root/net/dsa/port.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22net: dsa: move bridging routinesVivien Didelot1-0/+58
Move the DSA port code which bridges a port in port.c, where it belongs. Signed-off-by: Vivien Didelot <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2017-05-22net: dsa: move port state settersVivien Didelot1-0/+55
Add a new port.c file to hold all DSA port-wide logic. This patch moves in the code which sets a port state. Signed-off-by: Vivien Didelot <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>