Commit 1f44238f authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: camel case and cleanup CARDbyGetPktType



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 de0eb9ef
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -534,19 +534,16 @@ int CARDbIsOFDMinBasicRate(struct vnt_private *priv)
	return false;
}

u8 CARDbyGetPktType(struct vnt_private *pDevice)
u8 CARDbyGetPktType(struct vnt_private *priv)
{

    if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) {
        return (u8)pDevice->byBBType;
    }
    else if (CARDbIsOFDMinBasicRate(pDevice)) {
	if (priv->byBBType == BB_TYPE_11A || priv->byBBType == BB_TYPE_11B)
		return (u8)priv->byBBType;
	else if (CARDbIsOFDMinBasicRate(priv))
		return PK_TYPE_11GA;
    }
    else {
	else
		return PK_TYPE_11GB;
}
}

/*
 * Description: Calculate TSF offset of two TSF input