]> asedeno.scripts.mit.edu Git - linux.git/commit
net: mvpp2: move the mii configuration in the ndo_open path
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Tue, 22 Aug 2017 17:08:23 +0000 (19:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 21:32:19 +0000 (14:32 -0700)
commit2055d6268d755fdc3f96f1d0bbf22c6164dacfbf
tree98ba69f954ad66c1dd178ea560ed370da4cfc159
parent1068ec79d9cb5481ccfa6ffacdcf174636227b5d
net: mvpp2: move the mii configuration in the ndo_open path

This moves the mii configuration in the ndo_open path, to allow handling
different mii configurations later and to switch between these
configurations at runtime.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Tested-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2.c