qcacmn: Add error print for matching ppdu_id during HAL processing
When matching ppdu_id is detected during HAL processing, then print the error message instead of going for assert. Change-Id: I8f58359a66fbeaf2ebc98477f65bab446c0a784b CRs-Fixed: 2747953
这个提交包含在:
@@ -480,6 +480,7 @@ struct hal_rx_ppdu_common_info {
|
||||
uint32_t mpdu_cnt_fcs_ok;
|
||||
uint32_t mpdu_cnt_fcs_err;
|
||||
uint32_t mpdu_fcs_ok_bitmap[HAL_RX_NUM_WORDS_PER_PPDU_BITMAP];
|
||||
uint32_t last_ppdu_id;
|
||||
uint32_t mpdu_cnt;
|
||||
uint8_t num_users;
|
||||
};
|
||||
|
在新工单中引用
屏蔽一个用户