OSDN Git Service

Merge branch 'mvneta-ethtool-autoneg'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:18:10 +0000 (15:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:18:10 +0000 (15:18 -0500)
commitb69e3c6f71a53fb46bba588e651d943785398220
tree1ae8740bab1127fff6797b0fbee47e75518a010f
parent3b5dde70b18e2aa05138466cd6b83f6529d4df0d
parent0c0744fc1dd5b39a7ae053433f3449b7a3de09de
Merge branch 'mvneta-ethtool-autoneg'

Stas Sergeev says:

====================
mvneta: implement ethtool autonegotiation control

These 2 patches add an ability to control the
autonegotiation via ethtool. For example:

ethtool -s eth0 autoneg off
ethtool -s eth0 autoneg on

This is needed if you want to connect the mvneta's MII
to different switches or PHYs: the ones the do support
the in-band status, and the ones that do not.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>