qcacmn: Fix to process the RX_PPDU_END_STATUS_DONE TLV

RX_PPDU_END_STATUS_DONE TLV is not being processed, since Host
is not copying the last byte from the payload.
Add code to copy the full payload from status frag and process
it to the upper layer.

Change-Id: I51d03f5664b2944008936e3711f2ba74bcfde89c
CRs-Fixed: 3179137
This commit is contained in:
Adwait Nayak
2022-04-22 01:13:07 +05:30
committed by Madan Koyyalamudi
parent 1bc325d4f3
commit 94eec2edd6
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
#define RX_BUFFER_RESERVATION 0
#ifdef BE_PKTLOG_SUPPORT
#define BUFFER_RESIDUE 1
#define RX_MON_MIN_HEAD_ROOM 64
#endif