qcacmn: populate qos_null in rx state

sw_frame_group_id decides process for frame. USER_STATS tlv case uses
sw_frame_group_id to add qos_null frame control to rx_status.

Change-Id: Ia3da8dbe4fc4c2d0f21fa8864e6b4e87170ba8f6
This commit is contained in:
Ruben Columbus
2019-11-13 14:09:16 -08:00
committed by nshrivas
parent ab6b497e6d
commit fadeef890b
8 changed files with 42 additions and 7 deletions

View File

@@ -486,6 +486,8 @@ struct hal_rx_ppdu_info {
uint32_t hdr_len;
/* MPDU FCS error */
bool fcs_err;
/* Id to indicate how to process mpdu */
uint8_t sw_frame_group_id;
struct hal_rx_ppdu_msdu_info rx_msdu_info[HAL_MAX_UL_MU_USERS];
/* first msdu payload for all mpdus in ppdu */
struct hal_rx_msdu_payload_info ppdu_msdu_info[HAL_RX_MAX_MPDU];