qcacmn: Enable undecoded metadata capture for york radio

1.Enable undecoded metadata capture feature for york radio.
2.Added support to extract and handle Phyrx abort request and reason
  for york target.

Change-Id: Iae42c9f1bbce63d28983f87b3282264c6a4230cc
CRs-Fixed: 3432389
This commit is contained in:
Vaishnavi Chekuru
2023-03-14 15:28:12 +05:30
committed by Madan Koyyalamudi
parent c847ddd958
commit cee464b40d
2 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ hal_rx_get_phyrx_abort(struct hal_soc *hal, void *rx_tlv,
struct hal_rx_ppdu_info *ppdu_info){
switch (hal->target_type) {
case TARGET_TYPE_QCN9000:
case TARGET_TYPE_QCN9160:
ppdu_info->rx_status.phyrx_abort =
HAL_RX_GET(rx_tlv, RXPCU_PPDU_END_INFO_2,
PHYRX_ABORT_REQUEST_INFO_VALID);