]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: wlan-ng: Remove some superflous comments
authorMoritz Muehlenhoff <jmm@debian.org>
Sun, 21 Jun 2009 20:43:44 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:34 +0000 (12:01 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/hfa384x_usb.c
drivers/staging/wlan-ng/p80211netdev.c
drivers/staging/wlan-ng/p80211netdev.h
drivers/staging/wlan-ng/p80211wep.c
drivers/staging/wlan-ng/p80211wext.c
drivers/staging/wlan-ng/prism2mgmt.c
drivers/staging/wlan-ng/prism2sta.c

index deb8ba97f8542c10948bb00eb5adda61b6f866b3..925678babd9e738aa89c35992d235b78445d68b2 100644 (file)
 
 #define SUBMIT_URB(u,f)  usb_submit_urb(u,f)
 
-/*================================================================*/
-/* Project Includes */
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211mgmt.h"
index e397b32ece6b13e21ddd2ac7bb30c9bcfc91746d..0f030f8a97a37c4b7356d9abac3649c32cf818cc 100644 (file)
@@ -76,9 +76,6 @@
 #include <net/iw_handler.h>
 #include <net/net_namespace.h>
 
-/*================================================================*/
-/* Project Includes */
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211conv.h"
index f4fcd2b11c47a48c35fd9697cf78463dcb6f8006..8bd9dfb3b9b4cd8dbdf143bed765ecdc27429ab3 100644 (file)
@@ -57,9 +57,6 @@
 #include <linux/wireless.h>
 #include <linux/netdevice.h>
 
-/*================================================================*/
-/* Constants */
-
 #undef netdevice_t
 typedef struct net_device netdevice_t;
 
index 4fe0773cad4cd6810a0b90e26617df6575136bc5..ecbb15b297ae99ff687a3aacff5f69f68285bc63 100644 (file)
 
 /* #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)
index c7c86ea7c4b864c4eea8c666d391c6ecefbcce34..c3b42743df778e3545096b46508690d4c1d340f5 100644 (file)
@@ -52,9 +52,6 @@
 #include <linux/if_ether.h>
 #include <linux/bitops.h>
 
-/*================================================================*/
-/* Project Includes */
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211conv.h"
index 5914190691154cc3dc49fba3ada997bbe2a27a4c..9f7d96cae8e3dc71f507bb9161b83a0608193940 100644 (file)
@@ -73,9 +73,6 @@
 #include <linux/usb.h>
 #include <linux/bitops.h>
 
-/*================================================================*/
-/* Project Includes */
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211mgmt.h"
index 2df8b7421aed7d0bf2a1876077840d1ce2e0322a..926db7cdee745d443eb5f76036593b56b987debd 100644 (file)
@@ -71,9 +71,6 @@
 #include <linux/if_ether.h>
 #include <linux/bitops.h>
 
-/*================================================================*/
-/* Project Includes */
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211mgmt.h"