summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211wep.c
diff options
context:
space:
mode:
authorMoritz Muehlenhoff2009-06-21 22:43:44 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:34 +0200
commit0d0202fd888a0f6e42d14aa903c6d79fc8777125 (patch)
treeeec6d437a9bc614594c3fc9ad93e847d511daa49 /drivers/staging/wlan-ng/p80211wep.c
parentStaging: cpc-usb: remove unused #include <linux/version.h> (diff)
downloadkernel-qcow2-linux-0d0202fd888a0f6e42d14aa903c6d79fc8777125.tar.gz
kernel-qcow2-linux-0d0202fd888a0f6e42d14aa903c6d79fc8777125.tar.xz
kernel-qcow2-linux-0d0202fd888a0f6e42d14aa903c6d79fc8777125.zip
Staging: wlan-ng: Remove some superflous comments
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211wep.c')
-rw-r--r--drivers/staging/wlan-ng/p80211wep.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/staging/wlan-ng/p80211wep.c b/drivers/staging/wlan-ng/p80211wep.c
index 4fe0773cad4c..ecbb15b297ae 100644
--- a/drivers/staging/wlan-ng/p80211wep.c
+++ b/drivers/staging/wlan-ng/p80211wep.c
@@ -56,23 +56,14 @@
/* #define WEP_DEBUG */
-/*================================================================*/
-/* Project Includes */
-
#include "p80211hdr.h"
#include "p80211types.h"
#include "p80211msg.h"
#include "p80211conv.h"
#include "p80211netdev.h"
-/*================================================================*/
-/* Local Constants */
-
#define WEP_KEY(x) (((x) & 0xC0) >> 6)
-/*================================================================*/
-/* Local Static Definitions */
-
static const u32 wep_crc32_table[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,
0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L,
@@ -128,12 +119,6 @@ static const u32 wep_crc32_table[256] = {
0x2d02ef8dL
};
-/*================================================================*/
-/* Local Function Declarations */
-
-/*================================================================*/
-/* Function Definitions */
-
/* keylen in bytes! */
int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen)