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
这个提交包含在:
Harsh Kumar Bijlani
2020-08-05 14:02:30 +05:30
提交者 snandini
父节点 82eb94c989
当前提交 c58c061890
修改 3 个文件,包含 14 行新增11 行删除

查看文件

@@ -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;
};