OSDN Git Service

net: phy: et1011c: Remove incorrect missing 1000 Half
authorAndrew Lunn <andrew@lunn.ch>
Tue, 11 Sep 2018 23:53:09 +0000 (01:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 03:24:20 +0000 (20:24 -0700)
commit26eb00a4fcad21ed006155fde71b8c97385d7082
treee85357f572039b0fb18e292c74190b877f707636
parent4ef972fd3ec69101eef08ab5f3895c977c0f6d7d
net: phy: et1011c: Remove incorrect missing 1000 Half

The driver indicates it can do 10/100 full and half duplex, plus 1G
Full. The datasheet indicates 1G half is also supported. So make use
of the standard PHY_GBIT_FEATURES.

It could be, this was added because there is a MAC which does not
support 1G half. Bit this is the wrong place to enforce this.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/et1011c.c