summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2016-03-06 12:57:09 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-10 19:19:16 -0800
commit28029472aa1e18fd5c5777379eb28c8f7b837381 (patch)
tree5bb1021c2033cdf8617ece02c960c7b2ac0e354d /drivers/staging/vt6655/mac.h
parent17c4c51e0360e72dc752768927cd13a00c06e421 (diff)
downloadop-kernel-dev-28029472aa1e18fd5c5777379eb28c8f7b837381.zip
op-kernel-dev-28029472aa1e18fd5c5777379eb28c8f7b837381.tar.gz
staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.
Removing camel case and type prefix. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/mac.h')
-rw-r--r--drivers/staging/vt6655/mac.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
index 3eef928..030f529 100644
--- a/drivers/staging/vt6655/mac.h
+++ b/drivers/staging/vt6655/mac.h
@@ -916,19 +916,19 @@ bool MACbSafeStop(struct vnt_private *);
bool MACbShutdown(struct vnt_private *);
void MACvInitialize(struct vnt_private *);
void MACvSetCurrRx0DescAddr(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrRx1DescAddr(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrTXDescAddr(int iTxType, struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrTx0DescAddrEx(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrAC0DescAddrEx(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrSyncDescAddrEx(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvSetCurrATIMDescAddrEx(struct vnt_private *,
- u32 dwCurrDescAddr);
+ u32 curr_desc_addr);
void MACvTimer0MicroSDelay(struct vnt_private *, unsigned int uDelay);
void MACvOneShotTimer1MicroSec(struct vnt_private *, unsigned int uDelayTime);
OpenPOWER on IntegriCloud