[PATCH] ibmveth: rename proc entry name
authorSantiago Leon <santil@us.ibm.com>
Tue, 3 Oct 2006 17:24:39 +0000 (12:24 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 5 Oct 2006 10:43:23 +0000 (06:43 -0400)
commit03a85d0907b2455c772b8fb179b0c07a66b00ddb
tree7fdd36057604315737d6c14e590eec6ceb6be687
parent4347ef15f76dca33ae8da769d6900a468253bda2
[PATCH] ibmveth: rename proc entry name

This patch changes the name of the proc file for each ibmveth adapter
from the network device name to the slot number in the virtual bus.

The proc file is created when the device is probed, so a change
in the name of the device will not be reflected in the name of the
proc file giving problems when identifying and removing the adapter.
The slot number is a property that does not change through the life
of the adapter so we use that instead.

Signed-off-by: Santiago Leon <santil@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ibmveth.c