diff options
author | Kai Engert <kengert@redhat.com> | 2006-12-12 15:09:41 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:42 -0500 |
commit | ff86a543e9de35c5b17a289a58aed0be4e7b9d22 (patch) | |
tree | 43faf87aa7919bcbdb1ea1caff7126d542022674 /drivers/net/wireless/prism54/islpci_hotplug.c | |
parent | 01917382865bb640fc00df7ea476a14c8c539ec3 (diff) |
[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>
Diffstat (limited to 'drivers/net/wireless/prism54/islpci_hotplug.c')
-rw-r--r-- | drivers/net/wireless/prism54/islpci_hotplug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c index 58257b40c043..3dcb13bb7d57 100644 --- a/drivers/net/wireless/prism54/islpci_hotplug.c +++ b/drivers/net/wireless/prism54/islpci_hotplug.c | |||
@@ -28,9 +28,6 @@ | |||
28 | #include "islpci_mgt.h" /* for pc_debug */ | 28 | #include "islpci_mgt.h" /* for pc_debug */ |
29 | #include "isl_oid.h" | 29 | #include "isl_oid.h" |
30 | 30 | ||
31 | #define DRV_NAME "prism54" | ||
32 | #define DRV_VERSION "1.2" | ||
33 | |||
34 | MODULE_AUTHOR("[Intersil] R.Bastings and W.Termorshuizen, The prism54.org Development Team <prism54-devel@prism54.org>"); | 31 | MODULE_AUTHOR("[Intersil] R.Bastings and W.Termorshuizen, The prism54.org Development Team <prism54-devel@prism54.org>"); |
35 | MODULE_DESCRIPTION("The Prism54 802.11 Wireless LAN adapter"); | 32 | MODULE_DESCRIPTION("The Prism54 802.11 Wireless LAN adapter"); |
36 | MODULE_LICENSE("GPL"); | 33 | MODULE_LICENSE("GPL"); |