qcacmn: Tx capture/Mcopy mode changes

The following changes are added for Tx capture/Mcopy mode
1. Append ppduid for FW generated mgmt. frames
2. Append ppduid received in mgmt. TX completion for host
   generated mgmt. frames
3. Reuse nbuf received in HTT msg to send mgmt. payload to
   upper layers

Change-Id: I073cafa6389ed1ed835cc3ba4b9421b7a4b97d7f
CRs-Fixed: 2185543
This commit is contained in:
Soumya Bhat
2018-03-09 13:04:57 +05:30
committed by nshrivas
parent 3b16ea52b5
commit 402fe1a26a
3 changed files with 45 additions and 40 deletions

View File

@@ -18792,6 +18792,7 @@ static QDF_STATUS extract_mgmt_tx_compl_param_tlv(wmi_unified_t wmi_handle,
cmpl_params->pdev_id);
param->desc_id = cmpl_params->desc_id;
param->status = cmpl_params->status;
param->ppdu_id = cmpl_params->ppdu_id;
return QDF_STATUS_SUCCESS;
}