qcacmn: Set REO destination indication as per REO HW in BE
In case of Beryllium, REO hardware expects the REO destination indication needs to be set in extended MSDU structure to consider the reinject of packets after defragmentation to REO2SW1 ring. Set the REO DESTINATION INDICATION in msdu_ext_desc_info in case of Berylliyum initialization while setting MSDU desc info. CRs-Fixed: 3306818 Change-Id: I6a7862a0448afeb169e04747c1dba352ce12c278
This commit is contained in:

committed by
Madan Koyyalamudi

parent
6aef607629
commit
3c9b433d10
@@ -208,6 +208,10 @@
|
||||
HAL_RX_FLD_SET(_mpdu_info_ptr, RX_MPDU_DESC_INFO, \
|
||||
_field, _val)
|
||||
|
||||
#define HAL_RX_MSDU_REO_DST_IND_SET(_msdu_ext_desc_info_ptr, _field, _val) \
|
||||
HAL_RX_FLD_SET(_msdu_ext_desc_info_ptr, RX_MSDU_EXT_DESC_INFO, \
|
||||
_field, _val)
|
||||
|
||||
#define HAL_RX_REO_MSDU_REO_DST_IND_GET(reo_desc) \
|
||||
(HAL_RX_MSDU_REO_DST_IND_GET(& \
|
||||
(((struct reo_destination_ring *) \
|
||||
|
Reference in New Issue
Block a user