qcacmn: Register IRQ for near full irq
WCN7850 has support for near full indication for the consumer srngs. This interrupt is used to take preventive actions to avoid ring full watchdog irq trigger. Register for the near full irq and add the necessary ext groups for these near-full irqs. Change-Id: Ic16381fceabc54e6c52b34dd13abea74cad4d38c CRs-Fixed: 2965081
This commit is contained in:

committed by
Madan Koyyalamudi

parent
cebffa806d
commit
37e2c6d9ed
@@ -134,8 +134,8 @@ struct CE_state;
|
||||
|
||||
#ifndef HIF_MAX_GROUP
|
||||
#ifdef CONFIG_BERYLLIUM
|
||||
#define HIF_MAX_GROUP 11
|
||||
#define HIF_MAX_GRP_IRQ 20
|
||||
#define HIF_MAX_GROUP 14
|
||||
#define HIF_MAX_GRP_IRQ 23
|
||||
#else
|
||||
#define HIF_MAX_GROUP 7
|
||||
#define HIF_MAX_GRP_IRQ 16
|
||||
|
Reference in New Issue
Block a user