b44: do not set PHY address to 30 for every ext PHY
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Dec 2013 01:16:12 +0000 (02:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2013 01:48:49 +0000 (20:48 -0500)
commit656a7c2b1210deddf76444ecc76e058c0404ce80
treea9c9a1b813bdc42cd41eebf335fab8591280877b
parentbea69c47f5b93b3142f8833f8a34b666d5d7d6a7
b44: do not set PHY address to 30 for every ext PHY

b44_phy_reset() will fail for an external PHY and only work with the
internal PHY, this was an old workaround when the detection of an
external switch based on the PHY address failed and it is not needed
any more.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/b44.c