net: ethoc: implement basic ethtool operations
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 31 Jan 2014 05:41:04 +0000 (09:41 +0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Feb 2014 00:56:48 +0000 (16:56 -0800)
commitfba9110c47855050b38a5a19bbcd3728b5f21bfe
treec2da243c7012b7befbd536223ba18f5c0c702c18
parent65b80cae7a72e94df9335552e1a77a3a8946566c
net: ethoc: implement basic ethtool operations

The following methods are implemented:
- get link state (standard implementation);
- get timestamping info (standard implementation).

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c