qcacmn: Add hal_rx_msdu_end_da_is_valid_get API
Implement hal_rx_msdu_end_dat API based on the chipset as the macro to retrieve da_is_valid value is chipset dependent. Change-Id: I79f06eaa2576e7516c21f963b2c149aac7f62c64 CRs-Fixed: 2522133
Esse commit está contido em:

commit de
nshrivas

pai
cb255b4834
commit
79055387d9
@@ -389,6 +389,7 @@ struct hal_hw_txrx_ops {
|
||||
uint32_t (*hal_rx_encryption_info_valid)(uint8_t *buf);
|
||||
void (*hal_rx_print_pn)(uint8_t *buf);
|
||||
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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Referência em uma nova issue
Block a user