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
orang tua 1d095b079a
melakukan 9e1e399374

Melihat File

@@ -6432,11 +6432,13 @@ typedef struct {
* @desc_id: from tx_send_cmd
* @status: WMI_MGMT_TX_COMP_STATUS_TYPE
* @pdev_id: pdev_id
* @ppdu_id: ppdu_id
*/
typedef struct {
uint32_t desc_id;
uint32_t status;
uint32_t pdev_id;
uint32_t ppdu_id;
} wmi_host_mgmt_tx_compl_event;
/**