mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
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:
parent
6fdd946afe
commit
ed0db5135f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user