Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;