diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-03-23 14:40:22 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-24 20:36:42 +0100 |
commit | 270c7759fbbc99e1ed00259c752a8c53f31cfb27 (patch) | |
tree | bc7054fc4d07f9d764d2020da65e74700380170a /net/sched | |
parent | isdn: use setup_timer (diff) | |
download | linux-270c7759fbbc99e1ed00259c752a8c53f31cfb27.tar.xz linux-270c7759fbbc99e1ed00259c752a8c53f31cfb27.zip |
net: stmmac: add set_mac to the stmmac_ops
Two different set_mac functions exists but stmmac_dwmac4_set_mac() is
only used for enabling and never for disabling.
So on dwmac4, the MAC RX/TX is never disabled.
This patch add a generic function pointer set_mac() to stmmac_ops and
replace all call to stmmac_set_mac/stmmac_dwmac4_set_mac by a call to
this pointer.
Since dwmac4_ops is const, set_mac cannot be modified after, and so dwmac4_ops
is duplioacted like dwmac4_dma_ops.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions