b44: add calls to phy_{start,stop}
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Mar 2014 16:29:33 +0000 (17:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2014 00:05:25 +0000 (19:05 -0500)
commit25d54fe5657f74766f2c79ad1267320793403f9e
tree15729772d80bd9930499aed20fa96bc7f1a09d70
parent877767dccf5c35d4ed245701956effb72af77d52
b44: add calls to phy_{start,stop}

When support for external phys was added to b44, the calls to start and
stop the phy were missing in the mac driver. This adds the calls to
phy_start() and phy_stop().

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/b44.c