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:

committed by
Gerrit - the friendly Code Review server

parent
6ee559010d
commit
d6f946ce21
@@ -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) */
|
||||
|
Reference in New Issue
Block a user