Set fragment flag for packet reinjected to reo reinject ring. Change-Id: I5baf2d459811d64fa795846779ff51aa14b3c845 CRs-Fixed: 3424755
@@ -659,9 +659,8 @@ hal_mpdu_desc_info_set_be(hal_soc_handle_t hal_soc_hdl,
HAL_RX_MPDU_DESC_INFO_SET(mpdu_desc_info,
MSDU_COUNT, 0x1);
- /* unset frag bit */
- FRAGMENT_FLAG, 0x0);
+ FRAGMENT_FLAG, 0x1);
RAW_MPDU, 0x0);
}