mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 22:25:10 +07:00
staging:vt6655:rf: Whitespace cleanups
Neatening only. git diff -w shows no differences. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7e58568f13
commit
3bd1996e3a
File diff suppressed because it is too large
Load Diff
@ -77,23 +77,23 @@
|
||||
|
||||
bool IFRFbWriteEmbedded(unsigned long dwIoBase, unsigned long dwData);
|
||||
bool RFbSelectChannel(unsigned long dwIoBase, unsigned char byRFType, unsigned char byChannel);
|
||||
bool RFbInit (
|
||||
PSDevice pDevice
|
||||
);
|
||||
bool RFbInit(
|
||||
PSDevice pDevice
|
||||
);
|
||||
bool RFvWriteWakeProgSyn(unsigned long dwIoBase, unsigned char byRFType, unsigned int uChannel);
|
||||
bool RFbSetPower(PSDevice pDevice, unsigned int uRATE, unsigned int uCH);
|
||||
bool RFbRawSetPower(
|
||||
PSDevice pDevice,
|
||||
unsigned char byPwr,
|
||||
unsigned int uRATE
|
||||
);
|
||||
PSDevice pDevice,
|
||||
unsigned char byPwr,
|
||||
unsigned int uRATE
|
||||
);
|
||||
|
||||
void
|
||||
RFvRSSITodBm(
|
||||
PSDevice pDevice,
|
||||
unsigned char byCurrRSSI,
|
||||
long *pldBm
|
||||
);
|
||||
PSDevice pDevice,
|
||||
unsigned char byCurrRSSI,
|
||||
long *pldBm
|
||||
);
|
||||
|
||||
//{{ RobertYu: 20050104
|
||||
bool RFbAL7230SelectChannelPostProcess(unsigned long dwIoBase, unsigned char byOldChannel, unsigned char byNewChannel);
|
||||
|
Loading…
Reference in New Issue
Block a user