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
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
/* get Auto Fall Back type */
|
||||||
pDevice->byAutoFBCtrl = AUTO_FB_0;
|
pDevice->byAutoFBCtrl = AUTO_FB_0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue