staging: vt6656: set BBvSetAntennaMode in device_init_registers

BBvSetAntennaMode is not set at all, set to byRxAntennaMode

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-14 19:43:06 +01:00 committed by Greg Kroah-Hartman
parent 6fdd946afe
commit ed0db5135f

View file

@ -371,6 +371,9 @@ static int device_init_registers(struct vnt_private *pDevice)
}
}
/* Set initial antenna mode */
BBvSetAntennaMode(pDevice, pDevice->byRxAntennaMode);
/* get Auto Fall Back type */
pDevice->byAutoFBCtrl = AUTO_FB_0;