Commit 36d07a6a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix driver name in eth1394 as returned by ETHTOOL_GDRVINFO

From: Thierry Vignaud <tvignaud@mandrakesoft.com>

The GDRVINFO command of the ETHTOOL ioctl returns a bogus driver name.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 5242d0ad
......@@ -132,7 +132,7 @@ struct eth1394_node_info {
};
/* Our ieee1394 highlevel driver */
#define ETH1394_DRIVER_NAME "ip1394"
#define ETH1394_DRIVER_NAME "eth1394"
static const char driver_name[] = ETH1394_DRIVER_NAME;
static kmem_cache_t *packet_task_cache;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment