]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dummy: add support for ethtool get_drvinfo
authorFlavio Leitner <fbl@redhat.com>
Sat, 6 Dec 2014 00:13:24 +0000 (22:13 -0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 21:06:49 +0000 (16:06 -0500)
commitc19be735c99e221e00157c6db475fe007c056638
tree3323d19a4ee2ab2f5c78c569c6c96d6fe7b2c6d9
parent6dc696401a819d01428301bb0236f47ab14b7cda
dummy: add support for ethtool get_drvinfo

The command 'ethtool -i' is useful to find details
about the interface like the device driver being used.
This was missing for dummy driver.

Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c