Bläddra i källkod

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
Soumya Bhat 7 år sedan
förälder
incheckning
0ae28067cb
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      wmi_unified_tlv.c

+ 1 - 0
wmi_unified_tlv.c

@@ -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;
 }