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

commit de
nshrivas

pai
79055387d9
commit
55f2d92e61
@@ -96,6 +96,11 @@
|
||||
RX_MSDU_END_5_DA_IS_VALID_MASK, \
|
||||
RX_MSDU_END_5_DA_IS_VALID_LSB))
|
||||
|
||||
#define HAL_RX_MSDU_END_LAST_MSDU_GET(_rx_msdu_end) \
|
||||
(_HAL_MS((*_OFFSET_TO_WORD_PTR(_rx_msdu_end, \
|
||||
RX_MSDU_END_5_LAST_MSDU_OFFSET)), \
|
||||
RX_MSDU_END_5_LAST_MSDU_MASK, \
|
||||
RX_MSDU_END_5_LAST_MSDU_LSB))
|
||||
/*
|
||||
* hal_rx_msdu_start_nss_get_8074(): API to get the NSS
|
||||
* Interval from rx_msdu_start
|
||||
|
Referência em uma nova issue
Block a user