Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6746
b: refs/heads/master
c: f06ac31
h: refs/heads/master
v: v3
  • Loading branch information
Jouni Malinen authored and Jeff Garzik committed Jul 30, 2005
1 parent 213dd92 commit 78c2fbe
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 093853c395df33104ee12c3df4398820d665d107
refs/heads/master: f06ac319c05c6822f878f201ae80e54fbbe8be8c
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP common routines");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);

/* Old hostap_crypt module is now part of hostap module. */
#include "hostap_crypt.c"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HOSTAP_CONFIG_H
#define HOSTAP_CONFIG_H

#define PRISM2_VERSION "CVS"
#define PRISM2_VERSION "0.4.1-kernel"

/* In the previous versions of Host AP driver, support for user space version
* of IEEE 802.11 management (hostapd) used to be disabled in the default
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap_crypt_ccmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: CCMP");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


#define AES_BLOCK_LEN 16
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap_crypt_tkip.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: TKIP");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


struct hostap_tkip_data {
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/hostap/hostap_crypt_wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <asm/string.h>

#include "hostap_crypt.h"
#include "hostap_config.h"

#ifndef CONFIG_CRYPTO
#error CONFIG_CRYPTO is required to build this module.
Expand All @@ -30,6 +31,7 @@
MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: WEP");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


struct prism2_wep_data {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ MODULE_DESCRIPTION("Support for Intersil Prism2-based 802.11 wireless LAN "
"cards (PC Card).");
MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PC Card)");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


static int ignore_cis_vcc;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ MODULE_DESCRIPTION("Support for Intersil Prism2.5-based 802.11 wireless LAN "
"PCI cards.");
MODULE_SUPPORTED_DEVICE("Intersil Prism2.5-based WLAN PCI cards");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


/* FIX: do we need mb/wmb/rmb with memory operations? */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/hostap/hostap_plx.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MODULE_DESCRIPTION("Support for Intersil Prism2-based 802.11 wireless LAN "
"cards (PLX).");
MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PLX)");
MODULE_LICENSE("GPL");
MODULE_VERSION(PRISM2_VERSION);


static int ignore_cis;
Expand Down

0 comments on commit 78c2fbe

Please sign in to comment.