vnt_set_bss_mode changes the state of abyBBVGA so move BBvSetVGAGainOffset to the function. Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> --- drivers/staging/vt6656/card.c | 2 ++ drivers/staging/vt6656/main_usb.c | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index 82d6b64..1849e34 100644 --- a/drivers/staging/vt6656/card.c +++ b/drivers/staging/vt6656/card.c @@ -825,4 +825,6 @@ void vnt_set_bss_mode(struct vnt_private *priv) priv->abyBBVGA[2] = 0x0; priv->abyBBVGA[3] = 0x0; } + + BBvSetVGAGainOffset(priv, priv->abyBBVGA[0]); } diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index d8164ec..e0ed1bb 100644 --- a/drivers/staging/vt6656/main_usb.c +++ b/drivers/staging/vt6656/main_usb.c @@ -440,11 +440,6 @@ static int device_init_registers(struct vnt_private *pDevice) BBvSetShortSlotTime(pDevice); vnt_set_bss_mode(pDevice); - pDevice->byBBVGACurrent = pDevice->abyBBVGA[0]; - pDevice->byBBVGANew = pDevice->byBBVGACurrent; - - BBvSetVGAGainOffset(pDevice, pDevice->abyBBVGA[0]); - pDevice->byRadioCtl = pDevice->abyEEPROM[EEP_OFS_RADIOCTL]; pDevice->bHWRadioOff = false; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html