diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-07-30 15:50:00 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:17:22 -0400 |
commit | f06ac319c05c6822f878f201ae80e54fbbe8be8c (patch) | |
tree | 354bcbfa84521287f3492f9a93ca824799753f22 /drivers/net/wireless/hostap/hostap_plx.c | |
parent | 093853c395df33104ee12c3df4398820d665d107 (diff) |
[PATCH] hostap update
Add MODULE_VERSION information for the Host AP kernel modules and
update the version string to indicate which version of the external
Host AP driver is included in the kernel tree.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_plx.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_plx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_plx.c b/drivers/net/wireless/hostap/hostap_plx.c index e29ac2271bd2..c2f5b1f2b857 100644 --- a/drivers/net/wireless/hostap/hostap_plx.c +++ b/drivers/net/wireless/hostap/hostap_plx.c | |||
@@ -34,6 +34,7 @@ MODULE_DESCRIPTION("Support for Intersil Prism2-based 802.11 wireless LAN " | |||
34 | "cards (PLX)."); | 34 | "cards (PLX)."); |
35 | MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PLX)"); | 35 | MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PLX)"); |
36 | MODULE_LICENSE("GPL"); | 36 | MODULE_LICENSE("GPL"); |
37 | MODULE_VERSION(PRISM2_VERSION); | ||
37 | 38 | ||
38 | 39 | ||
39 | static int ignore_cis; | 40 | static int ignore_cis; |