qcacmn: Add hal_rx_encryption_info_valid API
Implement hal_rx_encryption_info API based on the chipset as the macro to retrieve sa_idx value is chipset dependent. Change-Id: I0c48800dfa5628898c53f7a9271e517b6bfa3da7 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
f05b2ae5c2
commit
c1a4c8b4fc
@@ -53,6 +53,12 @@
|
||||
RX_MSDU_END_5_L3_HEADER_PADDING_OFFSET)), \
|
||||
RX_MSDU_END_5_L3_HEADER_PADDING_MASK, \
|
||||
RX_MSDU_END_5_L3_HEADER_PADDING_LSB))
|
||||
|
||||
#define HAL_RX_MPDU_ENCRYPTION_INFO_VALID(_rx_mpdu_info) \
|
||||
(_HAL_MS((*_OFFSET_TO_WORD_PTR(_rx_mpdu_info, \
|
||||
RX_MPDU_INFO_2_FRAME_ENCRYPTION_INFO_VALID_OFFSET)), \
|
||||
RX_MPDU_INFO_2_FRAME_ENCRYPTION_INFO_VALID_MASK, \
|
||||
RX_MPDU_INFO_2_FRAME_ENCRYPTION_INFO_VALID_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