public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and some
@ 2011-11-04 10:09 Marcos Souza
  2011-11-04 10:54 ` [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Marcos Souza @ 2011-11-04 10:09 UTC (permalink / raw)
  To: kernel-janitors

So, I forgot to include kernels janitors on theses patches, so, forwarding...

Removed some old comments and removed ttype.h of the file.

Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
---
 drivers/staging/vt6656/wpa2.h |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/drivers/staging/vt6656/wpa2.h b/drivers/staging/vt6656/wpa2.h
index 46c2959..de80801 100644
--- a/drivers/staging/vt6656/wpa2.h
+++ b/drivers/staging/vt6656/wpa2.h
@@ -31,33 +31,23 @@
 #ifndef __WPA2_H__
 #define __WPA2_H__

-#include "ttype.h"
 #include "80211mgr.h"
 #include "80211hdr.h"
 #include "bssdb.h"

-/*---------------------  Export Definitions -------------------------*/
-#define MAX_PMKID_CACHE         16
+#define MAX_PMKID_CACHE 16

 typedef struct tagsPMKIDInfo {
-    BYTE    abyBSSID[6];
-    BYTE    abyPMKID[16];
+	unsigned char abyBSSID[6];
+	unsigned char abyPMKID[16];
 } PMKIDInfo, *PPMKIDInfo;

 typedef struct tagSPMKIDCache {
-    unsigned long       BSSIDInfoCount;
-    PMKIDInfo   BSSIDInfo[MAX_PMKID_CACHE];
+	unsigned long BSSIDInfoCount;
+	PMKIDInfo BSSIDInfo[MAX_PMKID_CACHE];
 } SPMKIDCache, *PSPMKIDCache;


-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Types  ------------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
-
 void WPA2_ClearRSN(PKnownBSS pBSSNode);
 void WPA2vParseRSN(PKnownBSS pBSSNode, PWLAN_IE_RSN pRSN);

-- 
1.7.4.4




-- 
Marcos Paulo de Souza

*Porque uma vida sem desafios é uma vida sem razão.*
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-04 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 10:09 [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and some Marcos Souza
2011-11-04 10:54 ` [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox