qcacmn: Send ring sel cfg to configure rx pkt tlvs offset

Currently the FW configures the mac with appropriate
offsets for rx pkt tlvs using the structure defined in
te FW and the host does not send the ring selction config
HTT message. This can create a problem when FW stops subscribing
to tlvs or changes its rx pkt tlvs offset.

Fix this by configuring the rx pkt tlv offsets via HTT
ring selection config message.

Change-Id: I1a2865f91b34dd7bda1af8651d7831097dac0bee
CRs-Fixed: 2860504
Этот коммит содержится в:
Rakesh Pillai
2021-01-12 19:06:20 +05:30
коммит произвёл snandini
родитель 63f4a150bb
Коммит 783f811315
13 изменённых файлов: 140 добавлений и 3 удалений

Просмотреть файл

@@ -1329,6 +1329,9 @@ struct hal_hw_txrx_ops qca8074v2_hal_hw_txrx_ops = {
.hal_rx_msdu_start_offset_get = hal_rx_msdu_start_offset_get_generic,
.hal_rx_mpdu_start_offset_get = hal_rx_mpdu_start_offset_get_generic,
.hal_rx_mpdu_end_offset_get = hal_rx_mpdu_end_offset_get_generic,
#ifndef NO_RX_PKT_HDR_TLV
.hal_rx_pkt_tlv_offset_get = hal_rx_pkt_tlv_offset_get_generic,
#endif
.hal_rx_flow_setup_fse = hal_rx_flow_setup_fse_8074v2,
.hal_compute_reo_remap_ix2_ix3 = hal_compute_reo_remap_ix2_ix3_8074v2,
};