qcacmn: Fix the mask for tx completion near full irq
Currently the IRQ mask for tx completion near full interrupt is not in sync with the tx completion rings which are enabled for WCN7850. Fix the mask for tx completion near full interrupt. Change-Id: I1432191b260094060873406d48e04fde5b7bc35e CRs-Fixed: 3052650
This commit is contained in:

committed by
Madan Koyyalamudi

parent
fa18b0fa88
commit
e7c9776900
@@ -120,6 +120,10 @@ struct dp_int_mask_assignment {
|
||||
|
||||
#ifdef CONFIG_BERYLLIUM
|
||||
#ifdef IPA_OFFLOAD
|
||||
/*
|
||||
* NEAR-FULL IRQ mask should be updated, if any change is made to
|
||||
* the below TX mask.
|
||||
*/
|
||||
static const uint8_t tx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
[0] = WLAN_CFG_TX_RING_MASK_0, [1] = WLAN_CFG_TX_RING_MASK_6,
|
||||
[2] = WLAN_CFG_TX_RING_MASK_7};
|
||||
|
Reference in New Issue
Block a user