qcacmn: Extend txrx_stats command to print wlan cfg
Add iwpriv <interface> txrx_stats 29 and iwpriv <interface> txrx_stats 30 to print wlan_cfg parameters for both soc and pdev. Change-Id: I666fe4fa999e82e92ea2961ab662e3e629b58bc7 CRs-Fixed: 2331949
This commit is contained in:

committed by
nshrivas

parent
068e6b92df
commit
f167af18e5
@@ -190,24 +190,6 @@ static const int reo_status_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
WLAN_CFG_REO_STATUS_RING_MASK_2,
|
||||
WLAN_CFG_REO_STATUS_RING_MASK_3};
|
||||
|
||||
/**
|
||||
* struct wlan_cfg_dp_pdev_ctxt - Configuration parameters for pdev (radio)
|
||||
* @rx_dma_buf_ring_size - Size of RxDMA buffer ring
|
||||
* @dma_mon_buf_ring_size - Size of RxDMA Monitor buffer ring
|
||||
* @dma_mon_dest_ring_size - Size of RxDMA Monitor Destination ring
|
||||
* @dma_mon_status_ring_size - Size of RxDMA Monitor Status ring
|
||||
* @rxdma_monitor_desc_ring - rxdma monitor desc ring size
|
||||
*/
|
||||
struct wlan_cfg_dp_pdev_ctxt {
|
||||
int rx_dma_buf_ring_size;
|
||||
int dma_mon_buf_ring_size;
|
||||
int dma_mon_dest_ring_size;
|
||||
int dma_mon_status_ring_size;
|
||||
int rxdma_monitor_desc_ring;
|
||||
int num_mac_rings;
|
||||
int nss_enabled;
|
||||
};
|
||||
|
||||
/**
|
||||
* wlan_cfg_soc_attach() - Allocate and prepare SoC configuration
|
||||
* @psoc - Object manager psoc
|
||||
|
Reference in New Issue
Block a user