qcacmn: Add hal_rx_msdu_end_sa_is_valid_get API

Implement hal_rx_msdu_end_sa_is_valid_get API
based on the chipset as the macro to retrieve
sa_idx valid bit is chipset dependent.

Change-Id: I8bcb7030554331922ed12ea9da3ef51cd64b5c40
CRs-Fixed: 2522133
Cette révision appartient à :
Venkata Sharath Chandra Manchala
2019-09-20 15:52:55 -07:00
révisé par nshrivas
Parent ee90938f62
révision 59ebd5ee0c
15 fichiers modifiés avec 159 ajouts et 16 suppressions

Voir le fichier

@@ -382,6 +382,7 @@ struct hal_hw_txrx_ops {
void (*hal_tx_set_tidmap_prty)(struct hal_soc *hal_soc, uint8_t prio);
uint8_t (*hal_rx_get_rx_fragment_number)(uint8_t *buf);
uint8_t (*hal_rx_msdu_end_da_is_mcbc_get)(uint8_t *buf);
uint8_t (*hal_rx_msdu_end_sa_is_valid_get)(uint8_t *buf);
};
/**