Commit b9334c9f authored by Igor Bezukh's avatar Igor Bezukh Committed by Greg Kroah-Hartman

Staging: vt6655: remove redundant comments from baseband.h

Removed redundant comments in baseband.h header file.
Signed-off-by: default avatarIgor Bezukh <igbzkh@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1ddb8a06
......@@ -34,8 +34,6 @@
#include "tether.h"
#include "device.h"
/*--------------------- Export Definitions -------------------------*/
//
// Registers in the BASEBAND
//
......@@ -64,22 +62,12 @@
#define TOP_RATE_2M 0x00200000
#define TOP_RATE_1M 0x00100000
/*--------------------- Export Types ------------------------------*/
/*--------------------- Export Macros ------------------------------*/
#define BBvClearFOE(dwIoBase) \
BBbWriteEmbedded(dwIoBase, 0xB1, 0)
#define BBvSetFOE(dwIoBase) \
BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C)
/*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/
unsigned int
BBuGetFrameTime(
unsigned char byPreambleType,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment