[PATCH v2 1/4] net: ethoc: implement basic ethtool operations

2014-01-30 Thread Max Filippov
The following methods are implemented: - get link state (standard implementation); - get timestamping info (standard implementation). Signed-off-by: Max Filippov Reviewed-by: Florian Fainelli Reviewed-by: Ben Hutchings --- drivers/net/ethernet/ethoc.c | 6 ++ 1 file changed, 6

[PATCH v2 1/4] net: ethoc: implement basic ethtool operations

2014-01-30 Thread Max Filippov
The following methods are implemented: - get link state (standard implementation); - get timestamping info (standard implementation). Signed-off-by: Max Filippov jcmvb...@gmail.com Reviewed-by: Florian Fainelli f.faine...@gmail.com Reviewed-by: Ben Hutchings b...@decadent.org.uk ---