Bluetooth: controller: Fix PA/LNA for Coded PHY
Use S8 coding Rx chain delay timings to calculate the PA pin assertions when in Coded PHY. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
f5d744b998
commit
559c0248d5
1 changed files with 1 additions and 2 deletions
|
@ -3450,8 +3450,7 @@ static inline void isr_rx_conn(u8_t crc_ok, u8_t trx_done,
|
|||
#if defined(CONFIG_BT_CTLR_PHY)
|
||||
radio_gpio_pa_lna_enable(radio_tmr_end_get() + RADIO_TIFS -
|
||||
radio_rx_chain_delay_get(
|
||||
_radio.conn_curr->phy_rx,
|
||||
_radio.conn_curr->phy_flags) -
|
||||
_radio.conn_curr->phy_rx, 1) -
|
||||
CONFIG_BT_CTLR_GPIO_PA_OFFSET);
|
||||
#else /* !CONFIG_BT_CTLR_PHY */
|
||||
radio_gpio_pa_lna_enable(radio_tmr_end_get() + RADIO_TIFS -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue