aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/aes_ccmp.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-03-18 20:33:51 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:06:09 -0700
commit00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 (patch)
tree76dee657c37731a61ff9b179a3a926fdb28dca3a /drivers/staging/vt6656/aes_ccmp.c
parentstaging: vt6656: removed custom 802.11 header usage (diff)
downloadlinux-dev-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.tar.xz
linux-dev-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/aes_ccmp.c')
-rw-r--r--drivers/staging/vt6656/aes_ccmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/aes_ccmp.c b/drivers/staging/vt6656/aes_ccmp.c
index 31855e8c010b..61883316a264 100644
--- a/drivers/staging/vt6656/aes_ccmp.c
+++ b/drivers/staging/vt6656/aes_ccmp.c
@@ -33,11 +33,8 @@
#include "device.h"
#include "80211hdr.h"
-/*--------------------- Static Definitions -------------------------*/
-/*--------------------- Static Classes ----------------------------*/
-/*--------------------- Static Variables --------------------------*/
/*
* SBOX Table
@@ -100,11 +97,8 @@ u8 dot3_table[256] = {
0x0b, 0x08, 0x0d, 0x0e, 0x07, 0x04, 0x01, 0x02, 0x13, 0x10, 0x15, 0x16, 0x1f, 0x1c, 0x19, 0x1a
};
-/*--------------------- Static Functions --------------------------*/
-/*--------------------- Export Variables --------------------------*/
-/*--------------------- Export Functions --------------------------*/
static void xor_128(u8 *a, u8 *b, u8 *out)
{