summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/key.h
diff options
context:
space:
mode:
authorAndres More2013-03-19 02:33:51 +0100
committerGreg Kroah-Hartman2013-03-25 19:06:09 +0100
commit00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 (patch)
tree76dee657c37731a61ff9b179a3a926fdb28dca3a /drivers/staging/vt6656/key.h
parentstaging: vt6656: removed custom 802.11 header usage (diff)
downloadkernel-qcow2-linux-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.tar.gz
kernel-qcow2-linux-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.tar.xz
kernel-qcow2-linux-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.zip
staging: vt6656: remove code placeholders
Removed comments from coding template. sed -i '/^\/\*---/d' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/key.h')
-rw-r--r--drivers/staging/vt6656/key.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/key.h b/drivers/staging/vt6656/key.h
index a7101d7e6424..6e81841effc6 100644
--- a/drivers/staging/vt6656/key.h
+++ b/drivers/staging/vt6656/key.h
@@ -33,7 +33,6 @@
#include "tether.h"
#include "80211mgr.h"
-/*--------------------- Export Definitions -------------------------*/
#define MAX_GROUP_KEY 4
#define MAX_KEY_TABLE 11
#define MAX_KEY_LEN 32
@@ -86,15 +85,10 @@ typedef struct tagSKeyManagement
SKeyTable KeyTable[MAX_KEY_TABLE];
} SKeyManagement, *PSKeyManagement;
-/*--------------------- Export Types ------------------------------*/
-/*--------------------- Export Macros ------------------------------*/
-/*--------------------- Export Classes ----------------------------*/
-/*--------------------- Export Variables --------------------------*/
-/*--------------------- Export Functions --------------------------*/
void KeyvInitTable(struct vnt_private *, PSKeyManagement pTable);