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
此提交包含在:
@@ -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
|
||||
|
||||
|
新增問題並參考
封鎖使用者