diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index ee1532b62e..30e723f659 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include "hostap_wlan.h" | 22 | #include "hostap_wlan.h" |
23 | 23 | ||
24 | 24 | ||
25 | static char *version = PRISM2_VERSION " (Jouni Malinen <j@w1.fi>)"; | ||
26 | static dev_info_t dev_info = "hostap_cs"; | 25 | static dev_info_t dev_info = "hostap_cs"; |
27 | 26 | ||
28 | MODULE_AUTHOR("Jouni Malinen"); | 27 | MODULE_AUTHOR("Jouni Malinen"); |
@@ -30,7 +29,6 @@ MODULE_DESCRIPTION("Support for Intersil Prism2-based 802.11 wireless LAN " | |||
30 | "cards (PC Card)."); | 29 | "cards (PC Card)."); |
31 | MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PC Card)"); | 30 | MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PC Card)"); |
32 | MODULE_LICENSE("GPL"); | 31 | MODULE_LICENSE("GPL"); |
33 | MODULE_VERSION(PRISM2_VERSION); | ||
34 | 32 | ||
35 | 33 | ||
36 | static int ignore_cis_vcc; | 34 | static int ignore_cis_vcc; |
@@ -910,14 +908,12 @@ static struct pcmcia_driver hostap_driver = { | |||
910 | 908 | ||
911 | static int __init init_prism2_pccard(void) | 909 | static int __init init_prism2_pccard(void) |
912 | { | 910 | { |
913 | printk(KERN_INFO "%s: %s\n", dev_info, version); | ||
914 | return pcmcia_register_driver(&hostap_driver); | 911 | return pcmcia_register_driver(&hostap_driver); |
915 | } | 912 | } |
916 | 913 | ||
917 | static void __exit exit_prism2_pccard(void) | 914 | static void __exit exit_prism2_pccard(void) |
918 | { | 915 | { |
919 | pcmcia_unregister_driver(&hostap_driver); | 916 | pcmcia_unregister_driver(&hostap_driver); |
920 | printk(KERN_INFO "%s: Driver unloaded\n", dev_info); | ||
921 | } | 917 | } |
922 | 918 | ||
923 | 919 | ||