]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: net: phy: at803x: seperate wol specific code to wol standard apis
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 3 Jun 2013 20:10:05 +0000 (20:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 21:17:21 +0000 (14:17 -0700)
commitea13c9ee855cc60973458d1adeee9b35f0466a29
treeb342c04cbc184e80a81f560dbfbfdb164270c630
parent317420ab2370d7999ec6c324bc30b34dc57fe9d8
drivers: net: phy: at803x: seperate wol specific code to wol standard apis

WOL is initilized in phy config_init, but there are standard apis
(set_wol/get_wol) for WOL in phy frame work. So this patch moves
WOL specific code from config_init to wol standard apis.

Cc: Matus Ujhelyi <ujhelyi.m@gmail.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c