|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -749,7 +749,7 @@ dp_rx_mon_parse_desc_buffer(struct dp_soc *dp_soc,
|
|
|
*is_frag_p = true;
|
|
|
*frag_len_p = (RX_MONITOR_BUFFER_SIZE - rx_pkt_tlv_len -
|
|
|
*l2_hdr_offset_p) &
|
|
|
- (RXDMA_DATA_DMA_BLOCK_SIZE - 1);
|
|
|
+ ~(RXDMA_DATA_DMA_BLOCK_SIZE - 1);
|
|
|
*total_frag_len_p += *frag_len_p;
|
|
|
} else {
|
|
|
if (hal_rx_tlv_decap_format_get(dp_soc->hal_soc, rx_desc_tlv) ==
|