qcacmn: Default CE_COUNT_MAX to 12

CE_COUNT_MAX should be the maximum number of CE's supported.
Set it to 12 to support all chipsets dynamically.

Change-Id: Id65278ee452a4ca2e3b0dcfe5c082a7e7a286347
CRs-Fixed: 1002084
This commit is contained in:
Houston Hoffman
2016-04-06 15:16:00 -07:00
committed by Gerrit - the friendly Code Review server
parent 6ee559010d
commit d6f946ce21
4 changed files with 14 additions and 11 deletions

View File

@@ -80,11 +80,7 @@ typedef void *hif_handle_t;
#define TARGET_TYPE_ADRASTEA 16
struct CE_state;
#ifdef QCA_WIFI_3_0_ADRASTEA
#define CE_COUNT_MAX 12
#else
#define CE_COUNT_MAX 8
#endif
/* These numbers are selected so that the product is close to current
higher limit of packets HIF services at one shot (1000) */