提交 37529367 编写于 作者: J Joe Perches 提交者: Greg Kroah-Hartman

staging:vt6655:baseband: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 659b4d97
此差异已折叠。
...@@ -71,15 +71,15 @@ ...@@ -71,15 +71,15 @@
/*--------------------- Export Macros ------------------------------*/ /*--------------------- Export Macros ------------------------------*/
#define BBvClearFOE(dwIoBase) \ #define BBvClearFOE(dwIoBase) \
{ \ { \
BBbWriteEmbedded(dwIoBase, 0xB1, 0); \ BBbWriteEmbedded(dwIoBase, 0xB1, 0); \
} }
#define BBvSetFOE(dwIoBase) \ #define BBvSetFOE(dwIoBase) \
{ \ { \
BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C); \ BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C); \
} }
/*--------------------- Export Classes ----------------------------*/ /*--------------------- Export Classes ----------------------------*/
...@@ -90,22 +90,22 @@ ...@@ -90,22 +90,22 @@
unsigned int unsigned int
BBuGetFrameTime( BBuGetFrameTime(
unsigned char byPreambleType, unsigned char byPreambleType,
unsigned char byPktType, unsigned char byPktType,
unsigned int cbFrameLength, unsigned int cbFrameLength,
unsigned short wRate unsigned short wRate
); );
void void
BBvCalculateParameter ( BBvCalculateParameter(
PSDevice pDevice, PSDevice pDevice,
unsigned int cbFrameLength, unsigned int cbFrameLength,
unsigned short wRate, unsigned short wRate,
unsigned char byPacketType, unsigned char byPacketType,
unsigned short *pwPhyLen, unsigned short *pwPhyLen,
unsigned char *pbyPhySrv, unsigned char *pbyPhySrv,
unsigned char *pbyPhySgn unsigned char *pbyPhySgn
); );
bool BBbReadEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char *pbyData); bool BBbReadEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char *pbyData);
bool BBbWriteEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char byData); bool BBbWriteEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char byData);
...@@ -131,17 +131,17 @@ void BBvExitDeepSleep(unsigned long dwIoBase, unsigned char byLocalID); ...@@ -131,17 +131,17 @@ void BBvExitDeepSleep(unsigned long dwIoBase, unsigned char byLocalID);
// timer for antenna diversity // timer for antenna diversity
void void
TimerSQ3CallBack ( TimerSQ3CallBack(
void *hDeviceContext void *hDeviceContext
); );
void void
TimerState1CallBack( TimerState1CallBack(
void *hDeviceContext void *hDeviceContext
); );
void BBvAntennaDiversity(PSDevice pDevice, unsigned char byRxRate, unsigned char bySQ3); void BBvAntennaDiversity(PSDevice pDevice, unsigned char byRxRate, unsigned char bySQ3);
void void
BBvClearAntDivSQ3Value (PSDevice pDevice); BBvClearAntDivSQ3Value(PSDevice pDevice);
#endif // __BASEBAND_H__ #endif // __BASEBAND_H__
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册