qcacmn: adding doppler/SR for he information

Add doppler and spatial reuse in ppdu descriptor to be able to use it on
HE information for tx capture

Change-Id: Id87a692a89d00c64929624c22c2efc27bc873e43
This commit is contained in:
Ruben Columbus
2020-02-19 23:26:00 -08:00
committed by nshrivas
parent 48934773cd
commit e792f8bab3
2 changed files with 8 additions and 0 deletions

View File

@@ -2155,6 +2155,10 @@ static void dp_process_ppdu_stats_common_tlv(struct dp_pdev *pdev,
tag_buf = start_tag_buf + HTT_GET_STATS_CMN_INDEX(RESV_NUM_UL_BEAM);
ppdu_desc->beam_change =
HTT_PPDU_STATS_COMMON_TLV_BEAM_CHANGE_GET(*tag_buf);
ppdu_desc->doppler =
HTT_PPDU_STATS_COMMON_TLV_DOPPLER_INDICATION_GET(*tag_buf);
ppdu_desc->spatial_reuse =
HTT_PPDU_STATS_COMMON_TLV_SPATIAL_REUSE_GET(*tag_buf);
dp_tx_capture_htt_frame_counter(pdev, frame_type);