qcacmn: Added field to get valid sequence number
sequence number populated from tlv are incorrect for some frames. Firmware populate correct sequence number for management and control frame either in payload or tlv itself. added field to get valid sequence number. Change-Id: I21b1c34c0d66cb46c3a0baaaa231c952de065534
This commit is contained in:
@@ -2521,6 +2521,8 @@ static void dp_process_ppdu_stats_user_common_tlv(
|
||||
HTT_PPDU_STATS_USER_COMMON_TLV_MPDUS_TRIED_GET(*tag_buf);
|
||||
}
|
||||
|
||||
ppdu_user_desc->is_seq_num_valid =
|
||||
HTT_PPDU_STATS_USER_COMMON_TLV_IS_SQNUM_VALID_IN_BUFFER_GET(*tag_buf);
|
||||
tag_buf++;
|
||||
|
||||
ppdu_user_desc->qos_ctrl =
|
||||
|
Reference in New Issue
Block a user