qcacmn: Increase the ring size of the IPA ring

IPA team wants to allocate more buffers and the IPA ring
should be able to hold them all since ipa doesn't have
an error path when the copy engine is full.

Change-Id: I30b8970ce59c7eb4e6a38170a56d6e00e88737fc
CRs-Fixed: 2011766
Dieser Commit ist enthalten in:
Houston Hoffman
2017-02-10 10:35:22 -08:00
committet von Sandeep Puligilla
Ursprung 3891949b8c
Commit 32f8ccfadc

Datei anzeigen

@@ -101,7 +101,7 @@ static struct CE_attr host_ce_config_wlan[] = {
CE_HTT_H2T_MSG_SRC_NENTRIES, 256, 0, NULL,},
/* ipa_uc->target HTC control */
{ /* CE5 */ (CE_ATTR_FLAGS | CE_ATTR_DISABLE_INTR), 0,
1024, 512, 0, NULL,},
CE_HTT_H2T_MSG_SRC_NENTRIES, 512, 0, NULL,},
/* Target autonomous HIF_memcpy */
{ /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* ce_diag, the Diagnostic Window */