diff options
-rw-r--r-- | drivers/net/wireless/mwl8k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c index a634b565018f..41a708ce8730 100644 --- a/drivers/net/wireless/mwl8k.c +++ b/drivers/net/wireless/mwl8k.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * drivers/net/wireless/mwl8k.c | 2 | * drivers/net/wireless/mwl8k.c |
3 | * Driver for Marvell TOPDOG 802.11 Wireless cards | 3 | * Driver for Marvell TOPDOG 802.11 Wireless cards |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Marvell Semiconductor Inc. | 5 | * Copyright (C) 2008-2009 Marvell Semiconductor Inc. |
6 | * | 6 | * |
7 | * This file is licensed under the terms of the GNU General Public | 7 | * This file is licensed under the terms of the GNU General Public |
8 | * License version 2. This program is licensed "as is" without any | 8 | * License version 2. This program is licensed "as is" without any |
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #define MWL8K_DESC "Marvell TOPDOG(R) 802.11 Wireless Network Driver" | 26 | #define MWL8K_DESC "Marvell TOPDOG(R) 802.11 Wireless Network Driver" |
27 | #define MWL8K_NAME KBUILD_MODNAME | 27 | #define MWL8K_NAME KBUILD_MODNAME |
28 | #define MWL8K_VERSION "0.9.1" | 28 | #define MWL8K_VERSION "0.10" |
29 | 29 | ||
30 | MODULE_DESCRIPTION(MWL8K_DESC); | 30 | MODULE_DESCRIPTION(MWL8K_DESC); |
31 | MODULE_VERSION(MWL8K_VERSION); | 31 | MODULE_VERSION(MWL8K_VERSION); |