qcacmn: Populate required info to capture header

Populate capture header with peer_id and first/last msdu
indications.

Change-Id: I8ef6f13cb9243a5f24dc014e2dd55e78ad351616
CRs-Fixed: 2177969
This commit is contained in:
Soumya Bhat
2018-01-11 19:36:19 +05:30
committed by snandini
parent 94b76158c1
commit 2072557943
2 changed files with 11 additions and 4 deletions

View File

@@ -189,7 +189,8 @@ static inline void dp_tx_me_exit(struct dp_pdev *pdev)
#ifdef FEATURE_PERPKT_INFO
QDF_STATUS
dp_send_compl_to_stack(struct dp_soc *soc, struct dp_pdev *pdev,
uint16_t peer_id, uint32_t ppdu_id, qdf_nbuf_t netbuf);
uint16_t peer_id, uint32_t ppdu_id, uint8_t first_msdu,
uint8_t last_msdu, qdf_nbuf_t netbuf);
#endif
/* TODO TX_FEATURE_NOT_YET */