qca-wifi: add ppdu descriptor to tx_capture info

add ppdu_desc to tx_capture_info before handler gets called to send
tx_capture info to stack

Change-Id: Ibdd4b7ce68bdfb359b8b55352ee5494f6062d5fd
This commit is contained in:
Ruben Columbus
2019-11-22 12:45:49 -08:00
committed by Gerrit - the friendly Code Review server
parent da95696a44
commit 043046be76

View File

@@ -1477,6 +1477,7 @@ void dp_send_mpdu_info_to_stack(struct dp_pdev *pdev,
dp_tx_update_user_mpdu_info(ppdu_id,
&tx_capture_info.mpdu_info,
&ppdu_desc->user[0]);
tx_capture_info.ppdu_desc = ppdu_desc;
tx_capture_info.mpdu_info.channel_num =
pdev->operating_channel;
@@ -1903,6 +1904,7 @@ dp_check_ppdu_and_deliver(struct dp_pdev *pdev,
dp_tx_update_user_mpdu_info(ppdu_id,
&tx_capture_info.mpdu_info,
&ppdu_desc->user[0]);
tx_capture_info.ppdu_desc = ppdu_desc;
tx_capture_info.mpdu_info.channel_num =
pdev->operating_channel;