qcacmn: Refactor DP rings related code to different files
Refactor DP rings related code to different files, such that both hardware UMAC based and Software UMAC based platforms can use required code effectively. Change-Id: Ie58eae34a2da77c2d63870fab74b9d2d9d49c14a CRs-Fixed: 3382905
This commit is contained in:

committed by
Madan Koyyalamudi

parent
ca53ea9c0c
commit
38f98d473f
@@ -5325,6 +5325,7 @@ dp_cfg_event_record_peer_setup_evt(struct dp_soc *soc,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef WLAN_SOFTUMAC_SUPPORT
|
||||
/**
|
||||
* dp_soc_interrupt_detach() - Deregister any allocations done for interrupts
|
||||
* @txrx_soc: DP SOC handle
|
||||
@@ -5332,6 +5333,7 @@ dp_cfg_event_record_peer_setup_evt(struct dp_soc *soc,
|
||||
* Return: none
|
||||
*/
|
||||
void dp_soc_interrupt_detach(struct cdp_soc_t *txrx_soc);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* dp_get_peer_stats()- Get peer stats
|
||||
|
Reference in New Issue
Block a user