[PATCH 2.6.19.1] prism54: add ethtool -i interface

2006-12-12 Thread Kai Engert
. Signed-off-by: Kai Engert [EMAIL PROTECTED] --- linux-2.6.19.1/drivers/net/wireless/prism54/islpci_dev.h.preke 2006-12-11 20:32:53.0 +0100 +++ linux-2.6.19.1/drivers/net/wireless/prism54/islpci_dev.h2006-12-12 20:33:09.0 +0100 @@ -212,4 +212,8 @@ int islpci_free_memory

[patch] Add ethtool -i interface to Prism54

2006-10-18 Thread Kai Engert
Attached is a small patch that will add support for ethtool -i to the prism54 driver. ethtool -i queries the specified ethernet device for associated driver information. This helps tools like Fedora's system-config-network to provide GUI management of network devices. I learned how to