Revert "qcacmn: Enable timer based low threshold interrupt"
This reverts commit Ia33b110337e610ab9b5d7a9cecb61f6952cd3379. Change-Id: I07e2c8565b2aaa6cfd55b262d65ba0269a0a1d8a
This commit is contained in:
@@ -153,8 +153,6 @@ struct wlan_srng_cfg {
|
||||
* mapped to each NAPI/INTR context
|
||||
* @int_tx_ring_near_full_irq_mask: Bitmap of Tx completion ring near full
|
||||
* interrupt mapped to each NAPI/INTR context
|
||||
* @int_host2txmon_ring_mask: Bitmap of Tx monitor source ring interrupt
|
||||
* mapped to each NAPI/INTR context
|
||||
* @int_ce_ring_mask: Bitmap of CE interrupts mapped to each NAPI/Intr context
|
||||
* @lro_enabled: enable/disable lro feature
|
||||
* @rx_hash: Enable hash based steering of rx packets
|
||||
@@ -277,7 +275,6 @@ struct wlan_cfg_dp_soc_ctxt {
|
||||
uint8_t int_rx_ring_near_full_irq_1_mask[WLAN_CFG_INT_NUM_CONTEXTS];
|
||||
uint8_t int_rx_ring_near_full_irq_2_mask[WLAN_CFG_INT_NUM_CONTEXTS];
|
||||
uint8_t int_tx_ring_near_full_irq_mask[WLAN_CFG_INT_NUM_CONTEXTS];
|
||||
uint8_t int_host2txmon_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS];
|
||||
int hw_macid[MAX_PDEV_CNT];
|
||||
int hw_macid_pdev_id_map[MAX_NUM_LMAC_HW];
|
||||
int base_hw_macid;
|
||||
@@ -1920,25 +1917,6 @@ int wlan_cfg_get_dma_rx_mon_dest_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg);
|
||||
* Return: Size of Tx MON dest ring size
|
||||
*/
|
||||
int wlan_cfg_get_dma_tx_mon_dest_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg);
|
||||
/*
|
||||
* wlan_cfg_set_host2txmon_ring_mask() - Set host2txmon ring
|
||||
* interrupt mask mapped to an interrupt context
|
||||
* @wlan_cfg_ctx - Configuration Handle
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void wlan_cfg_set_host2txmon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
|
||||
int context, int mask);
|
||||
/**
|
||||
* wlan_cfg_get_host2txmon_ring_mask() - Return host2txmon ring
|
||||
* interrupt mask mapped to an interrupt context
|
||||
* @wlan_cfg_ctx - Configuration Handle
|
||||
* @context - Numerical ID identifying the Interrupt/NAPI context
|
||||
*
|
||||
* Return: int_host2txmon_ring_mask[context]
|
||||
*/
|
||||
int wlan_cfg_get_host2txmon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
|
||||
int context);
|
||||
|
||||
/*
|
||||
* wlan_cfg_get_rx_rel_ring_id() - get wbm2sw ring id for Rx release ring
|
||||
|
Reference in New Issue
Block a user