qcacmn: Split Tx and Rx indication handling
Add support to handle Tx completion processing and Rx processing into different NAPI threads/contexts for Lithium DP Change-Id: I4f5c6ef3ce969ce457e26cf3e8305df1ae782f09
This commit is contained in:

committed by
nshrivas

parent
4db72ac87b
commit
a59b5607c6
@@ -112,7 +112,12 @@ enum hif_ic_irq {
|
||||
struct CE_state;
|
||||
#define CE_COUNT_MAX 12
|
||||
#define HIF_MAX_GRP_IRQ 16
|
||||
|
||||
#ifdef CONFIG_WIN
|
||||
#define HIF_MAX_GROUP 12
|
||||
#else
|
||||
#define HIF_MAX_GROUP 8
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SLUB_DEBUG_ON
|
||||
#ifndef CONFIG_WIN
|
||||
|
Reference in New Issue
Block a user