qcacmn: Add hal_rx_mpdu_start_sw_peer_id_get API

Implement hal_rx_mpdu_start_sw_peer_id API
based on the chipset as the macro to retrieve
sw_peer_id value is chipset dependent.

Change-Id: Ifebaf2430731f5e0593dde4789d721e9fe7ce7c1
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-21 12:11:19 -07:00
committed by nshrivas
parent 2a52d3426c
commit 96ed623043
14 changed files with 147 additions and 20 deletions

View File

@@ -392,6 +392,7 @@ struct hal_hw_txrx_ops {
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);
uint32_t (*hal_rx_mpdu_start_sw_peer_id_get)(uint8_t *buf);
};
/**