commit | 937c7df85ce7ce6b2319894f6ad3376f15dff186 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Jun 02 12:31:21 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 04 20:05:15 2017 -0400 |
tree | c98f81eae0f9a8e42ff136eb81ba188dad586400 | |
parent | 1820dd0633b9972028e377ee76e5d40873491d25 [diff] |
net: dsa: Pass dsa_port reference to ethtool setup/restore We do not need to have a reference to a dsa_switch, instead we should pass a reference to a CPU dsa_port, change that. This is a preliminary change to better support multiple CPU ports. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>