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:
Vinayak Kariappa Chettimada 2017-10-12 13:41:14 +02:00 committed by Carles Cufí
commit 559c0248d5

View file

@ -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 -