qcacmn: Peer id parsing changes for beryllium

Take care of the MLO peer bit indication to be
concatenated with peer_id to access the peer map
object.

Change-Id: Ia603a728101e83829a8906d1b847f42389e78ca6
CRs-Fixed: 3039326
此提交包含在:
Rakesh Pillai
2021-06-22 03:13:01 -07:00
提交者 Madan Koyyalamudi
父節點 2069fa6cdd
當前提交 57e2c01e5e
共有 17 個檔案被更改,包括 159 行新增53 行删除

查看文件

@@ -27,6 +27,12 @@
#include <dp_types.h>
#include "dp_be.h"
struct __attribute__((__packed__)) dp_tx_comp_peer_id {
uint16_t peer_id:13,
ml_peer_valid:1,
reserved:2;
};
/* Invalid TX Bank ID value */
#define DP_BE_INVALID_BANK_ID -1