]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] iseries_veth: Be consistent about driver name, increment version
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 1 Sep 2005 01:29:29 +0000 (11:29 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 1 Sep 2005 02:43:42 +0000 (22:43 -0400)
commitee05f031ec72cc06abc4002992649c3a8344d246
tree75fdfcc259b9a62796766219df10799cd9ad342d
parent59f17aebabef709a32a8fc09b4cd3507f32dea01
[PATCH] iseries_veth: Be consistent about driver name, increment version

The iseries_veth driver tells sysfs that it's called 'iseries_veth', but if
you ask it via ethtool it thinks it's called 'veth'. I think this comes from
2.4 when the driver was called 'veth', but it's definitely called
'iseries_veth' now, so fix it.

To make sure we don't do it again define DRV_NAME and use it everywhere.

While we're at it, change the version number to 2.0, to reflect the changes
made in this patch series.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/iseries_veth.c