1
0

qcacmn: Add hal_rx_mpdu_get_fr_ds API

Implement hal_rx_mpdu_get_fr_ds API
based on the chipset as the macro to
retrieve for_ds value is chipset
dependent.

Change-Id: I6d41d02ac50cae752567d98645f0447cc122a84f
CRs-Fixed: 2522133
Este cometimento está contido em:
Venkata Sharath Chandra Manchala
2019-09-21 13:15:09 -07:00
cometido por nshrivas
ascendente e7924fd2da
cometimento 1e3a479fdf
15 ficheiros modificados com 155 adições e 20 eliminações

Ver ficheiro

@@ -394,6 +394,7 @@ struct hal_hw_txrx_ops {
bool (*hal_rx_get_mpdu_mac_ad4_valid)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_start_sw_peer_id_get)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_get_to_ds)(uint8_t *buf);
uint32_t (*hal_rx_mpdu_get_fr_ds)(uint8_t *buf);
};
/**