[PATCH] prism54: add ethtool -i interface
Add support for "ethtool -i" to prism54 driver. ethtool -i queries the specified 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 write this patch by reading the ipw2100 driver code. Signed-off-by: Kai Engert <kengert@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
@@ -211,4 +211,8 @@ islpci_trigger(islpci_private *priv)
|
||||
|
||||
int islpci_free_memory(islpci_private *);
|
||||
struct net_device *islpci_setup(struct pci_dev *);
|
||||
|
||||
#define DRV_NAME "prism54"
|
||||
#define DRV_VERSION "1.2"
|
||||
|
||||
#endif /* _ISLPCI_DEV_H */
|
||||
|
Reference in New Issue
Block a user