diff options
author | Igor Bezukh <[email protected]> | 2014-07-25 19:26:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-27 11:34:38 -0700 |
commit | e5851cf64ed2219e776bffda233f1c7f38c98e9b (patch) | |
tree | 79124acb0438cef01232cef68a3df31517362792 | |
parent | 2c62064105c2a6ddbc8e16f45f2c7e01f2a03ca0 (diff) |
Staging: vt6655: removed redundant comments from IEEE11h.h
Removed redundant comments from IEEE11h.h header file.
Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/IEEE11h.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vt6655/IEEE11h.h b/drivers/staging/vt6655/IEEE11h.h index 8819fa1563b7..551922022b19 100644 --- a/drivers/staging/vt6655/IEEE11h.h +++ b/drivers/staging/vt6655/IEEE11h.h @@ -35,16 +35,6 @@ #include "80211hdr.h" #include "80211mgr.h" -/*--------------------- Export Definitions -------------------------*/ - -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Types ------------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - bool IEEE11hbMSRRepTx( void *pMgmtHandle ); |