qcacmn: Pktlog modified to work for per pdev in wifi3.0

change pktlog CE ring to 5 from 11

Change-Id: I3cd3287cdda413ef9ac4ed204177300c85abfb24
This commit is contained in:
Keyur Parekh
2017-07-13 19:40:22 -07:00
committed by snandini
parent 2a372d279b
commit db0fa14b0e
5 changed files with 134 additions and 21 deletions

View File

@@ -597,8 +597,8 @@ static struct CE_pipe_config target_ce_config_wlan_qca8074[] = {
{ /* CE4 */ 4, PIPEDIR_OUT, 256, 256,
(CE_ATTR_FLAGS | CE_ATTR_DISABLE_INTR), 0,},
/* NB: 50% of src nentries, since tx has 2 frags */
/* ipa_uc->target */
{ /* CE5 */ 5, PIPEDIR_INOUT_H2H, 0, 0, 0, 0,},
/* Target -> host PKTLOG */
{ /* CE5 */ 5, PIPEDIR_IN, 32, 2048, 0, 0,},
/* Reserved for target autonomous HIF_memcpy */
{ /* CE6 */ 6, PIPEDIR_INOUT, 32, 65535, 64, 0,},
/* CE7 used only by Host */
@@ -610,8 +610,6 @@ static struct CE_pipe_config target_ce_config_wlan_qca8074[] = {
{ /* CE9 */ 9, PIPEDIR_OUT, 32, 2048, 8192, 0,},
/* CE10 target->host HTT */
{ /* CE10 */ 10, PIPEDIR_INOUT_H2H, 0, 0, 0, 0,},
/* Target -> host PKTLOG */
{ /* CE11 */ 11, PIPEDIR_IN, 32, 2048, 48, 0,},
};
static struct CE_attr host_ce_config_wlan_qca8074_pci[] = {