commit | 4fa7b718881a5358286903b796968cea80993820 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Wed Sep 20 19:31:57 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 21 15:24:01 2017 -0700 |
tree | 419c900361fc50319d1a06e70a533aacc779be36 | |
parent | 0abfd494deefdbab66ac03c1181a614285e7d90c [diff] |
net: dsa: better scoping of slave functions A few DSA slave functions take a dsa_slave_priv pointer as first argument, whereas the scope of the slave.c functions is the slave net_device structure. Fix this and rename dsa_netpoll_send_skb to dsa_slave_netpoll_send_skb. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>