Commit 88eee075 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: remove camel case MACbShutdown

Camel case changes
pDevice -> priv
signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 75859403
...@@ -72,15 +72,9 @@ void MACvWriteMultiAddr(struct vnt_private *priv, u64 mc_filter) ...@@ -72,15 +72,9 @@ void MACvWriteMultiAddr(struct vnt_private *priv, u64 mc_filter)
* *
* *
*/ */
void MACbShutdown(struct vnt_private *pDevice) void MACbShutdown(struct vnt_private *priv)
{ {
CONTROLnsRequestOut(pDevice, CONTROLnsRequestOut(priv, MESSAGE_TYPE_MACSHUTDOWN, 0, 0, 0, NULL);
MESSAGE_TYPE_MACSHUTDOWN,
0,
0,
0,
NULL
);
} }
void MACvSetBBType(struct vnt_private *pDevice, u8 byType) void MACvSetBBType(struct vnt_private *pDevice, u8 byType)
......
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