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
这个提交包含在:
@@ -208,20 +208,6 @@ static QDF_STATUS dp_peer_find_map_attach(struct dp_soc *soc)
|
||||
return QDF_STATUS_SUCCESS; /* success */
|
||||
}
|
||||
|
||||
static int dp_log2_ceil(unsigned int value)
|
||||
{
|
||||
unsigned int tmp = value;
|
||||
int log2 = -1;
|
||||
|
||||
while (tmp) {
|
||||
log2++;
|
||||
tmp >>= 1;
|
||||
}
|
||||
if (1 << log2 != value)
|
||||
log2++;
|
||||
return log2;
|
||||
}
|
||||
|
||||
#define DP_PEER_HASH_LOAD_MULT 2
|
||||
#define DP_PEER_HASH_LOAD_SHIFT 0
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户