staging: vt6656: remove camel case MACbShutdown
Camel case changes pDevice -> priv signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7585940325
commit
88eee075dd
1 changed files with 2 additions and 8 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue