diff options
author | Igor Bezukh <[email protected]> | 2014-07-25 19:22:35 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-27 11:34:38 -0700 |
commit | 2c62064105c2a6ddbc8e16f45f2c7e01f2a03ca0 (patch) | |
tree | b7020300e4447636549888165736cea80b9913ad | |
parent | 1d2a404edb5613ef4cb70b3d4b2263a199ae1722 (diff) |
Staging: vt6655: removed redundant comments from hostap.h
Removed redundant comments from hostap.h header file.
Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/hostap.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/hostap.h b/drivers/staging/vt6655/hostap.h index f1a4f2eff058..6e801a428183 100644 --- a/drivers/staging/vt6655/hostap.h +++ b/drivers/staging/vt6655/hostap.h @@ -31,8 +31,6 @@ #include "device.h" -/*--------------------- Export Definitions -------------------------*/ - #define WLAN_RATE_1M BIT0 #define WLAN_RATE_2M BIT1 #define WLAN_RATE_5M5 BIT2 @@ -46,12 +44,6 @@ #define WLAN_RATE_48M BIT10 #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) */ #endif /* ETH_P_PAE */ |