qcacmn: Add subscription for PPDU_START_USER_INFO TLV

In Beryllium architecture, PPDU_START_USER_INFO TLV carries
the user specific info for each user in a given ppdu.

Add subscription for this TLV by host for enhanced stats use case.

Change-Id: Ia12c5c3ab36198e7cd40dad0c0d92b945d2b49c6
CRs-Fixed: 3166305
This commit is contained in:
Harsh Kumar Bijlani
2022-04-05 00:16:16 +05:30
committed by Madan Koyyalamudi
부모 5c5059b399
커밋 9aa4e0f9f5
4개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -633,6 +633,7 @@ struct htt_rx_ring_tlv_filter {
ppdu_end_user_stats:1,
ppdu_end_user_stats_ext:1,
ppdu_end_status_done:1,
ppdu_start_user_info:1,
header_per_msdu:1,
enable_fp:1,
enable_md:1,