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

staging: vt6656: set BBvSetAntennaMode in device_init_registers

BBvSetAntennaMode is not set at all, set to byRxAntennaMode
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6fdd946a
......@@ -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;
......
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