qcacmn: Add fix to receive response window ppdu

Received window ppdu are dropped in work queue context as it doesn't
have ppdu timestamp. Added fix to populate ppdu timestamp.

Change-Id: I3276284351f27ae2e8bfb787aa96fb031e4025ac
CRs-Fixed: 3439473
This commit is contained in:
nobelj
2023-03-20 18:44:48 -07:00
committed by Madan Koyyalamudi
parent 96b25fe6e0
commit d1ddb7d4fe

View File

@@ -474,6 +474,9 @@ hal_txmon_parse_response_end_status(void *tx_tlv,
resp_end_status->mba_user_count;
TXMON_STATUS_INFO(tx_status_info, mba_fake_bitmap_count) =
resp_end_status->mba_fake_bitmap_count;
TXMON_HAL_STATUS(ppdu_info, ppdu_timestamp) =
(resp_end_status->start_of_frame_timestamp_15_0 |
(resp_end_status->start_of_frame_timestamp_31_16 << 16));
}
/**