qcacmn: Add hal_rx_msdu_end_first_msdu_get API
Implement hal_rx_msdu_end_first_msdu_get API based on the chipset as the macro to retrieve first_msdu value is chipset dependent. Change-Id: Iea325159a0349c45a249c1ae113664c41a54b0f1 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
a2d7497e1c
commit
cb255b4834
@@ -84,6 +84,12 @@
|
||||
RX_MPDU_INFO_7_PN_127_96_MASK, \
|
||||
RX_MPDU_INFO_7_PN_127_96_LSB))
|
||||
|
||||
#define HAL_RX_MSDU_END_FIRST_MSDU_GET(_rx_msdu_end) \
|
||||
(_HAL_MS((*_OFFSET_TO_WORD_PTR(_rx_msdu_end, \
|
||||
RX_MSDU_END_5_FIRST_MSDU_OFFSET)), \
|
||||
RX_MSDU_END_5_FIRST_MSDU_MASK, \
|
||||
RX_MSDU_END_5_FIRST_MSDU_LSB))
|
||||
|
||||
/*
|
||||
* hal_rx_msdu_start_nss_get_8074(): API to get the NSS
|
||||
* Interval from rx_msdu_start
|
||||
|
Reference in New Issue
Block a user