qcacmn: Add hal_rx_get_mpdu_mac_ad4_valid API

Implement hal_rx_get_mpdu_mac_ad4_valid API
based on the chipset as the macro to retrieve
mac_ad4 value is chipset dependent.

Change-Id: I9d7cc90e798d4f0775e915fe6edcb1a1f5129490
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-21 11:52:54 -07:00
committed by nshrivas
parent 55f2d92e61
commit 2a52d3426c
14 changed files with 146 additions and 15 deletions

View File

@@ -391,6 +391,7 @@ struct hal_hw_txrx_ops {
uint8_t (*hal_rx_msdu_end_first_msdu_get)(uint8_t *buf);
uint8_t (*hal_rx_msdu_end_da_is_valid_get)(uint8_t *buf);
uint8_t (*hal_rx_msdu_end_last_msdu_get)(uint8_t *buf);
bool (*hal_rx_get_mpdu_mac_ad4_valid)(uint8_t *buf);
};
/**