qcacmn: Interrupt Changes for QCA5332
Added interrupt registering code for tx monitor and umac_reset Change-Id: Id76329a908859a512cef23d68a4afbff794af09a CRs-Fixed: 3340347
This commit is contained in:

committed by
Madan Koyyalamudi

부모
fcc7724ea7
커밋
b673b97a2d
@@ -863,11 +863,14 @@ static struct dp_int_mask_assignment dp_mask_assignment[NUM_INTERRUPT_COMBINATIO
|
||||
/* tx_ring_near_full_irq mask */
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
/* host2txmon ring masks */
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{WLAN_CFG_HOST2TXMON_RING_MASK_0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0},
|
||||
/* tx mon ring masks */
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{WLAN_CFG_TX_MON_RING_MASK_0, WLAN_CFG_TX_MON_RING_MASK_1, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
/* umac reset mask */
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
WLAN_CFG_UMAC_RESET_INTR_MASK_0},
|
||||
},
|
||||
/* Interrupt assignment for 1 MSI combination */
|
||||
{
|
||||
|
Reference in New Issue
Block a user