]> Pileus Git - ~andy/linux/commit
Merge branch 'tg3_eee'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 07:13:54 +0000 (00:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 07:13:54 +0000 (00:13 -0700)
commitf6abf2b158ce724a535892ad68f25d4e05e0fe96
tree8383157b52d79cb6b44d7be54c3645e31d302988
parent164954454a4b1000eb022415654001cceb9259a7
parent1cbf9eb85a6601b58f01a71ff10299d2bf5d3365
Merge branch 'tg3_eee'

Nithin Nayak Sujir says:

====================
This series adds support for modifying EEE settings via ethtool. Since this can
impact Link Flap Avoidance, the driver pulls the current hardware settings if
LFA is enabled. This is similar to how we do the link settings to avoid a flap.

v2: Fixes pointed out by Ben Hutchings.
 - Use MDIO_AN_EEE_LPABLE to set the lp_advertised field.
 - Check that tx_lpi_timer is within valid range.
====================

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