aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/hostap.h
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/hostap.h
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/hostap.h')
-rw-r--r--drivers/staging/vt6656/hostap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/hostap.h b/drivers/staging/vt6656/hostap.h
index f5656cd96a8f..ba093b97da22 100644
--- a/drivers/staging/vt6656/hostap.h
+++ b/drivers/staging/vt6656/hostap.h
@@ -31,7 +31,6 @@
#include "device.h"
-/*--------------------- Export Definitions -------------------------*/
#define WLAN_RATE_1M BIT0
#define WLAN_RATE_2M BIT1
@@ -47,11 +46,8 @@
#define WLAN_RATE_54M BIT11
-/*--------------------- Export Classes ----------------------------*/
-/*--------------------- Export Variables --------------------------*/
-/*--------------------- Export Functions --------------------------*/
#ifndef ETH_P_PAE
#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */