|
@@ -581,6 +581,9 @@ struct wlan_cfg_dp_pdev_ctxt {
|
|
* @num_rxdma_refill_ring_entries: Number of entries in rxdma refill ring
|
|
* @num_rxdma_refill_ring_entries: Number of entries in rxdma refill ring
|
|
* @num_reo_status_ring_entries: Number of entries in REO status ring
|
|
* @num_reo_status_ring_entries: Number of entries in REO status ring
|
|
* @num_mon_status_ring_entries: Number of entries in monitor status ring
|
|
* @num_mon_status_ring_entries: Number of entries in monitor status ring
|
|
|
|
+ * @num_tx_mon_buf_ring_entries: Number of entries in Tx monitor buf ring
|
|
|
|
+ * @num_tx_mon_dst_ring_entries: Number of entries in Tx monitor
|
|
|
|
+ * destination ring
|
|
*/
|
|
*/
|
|
struct wlan_dp_prealloc_cfg {
|
|
struct wlan_dp_prealloc_cfg {
|
|
int num_tx_ring_entries;
|
|
int num_tx_ring_entries;
|
|
@@ -595,6 +598,8 @@ struct wlan_dp_prealloc_cfg {
|
|
int num_rxdma_refill_ring_entries;
|
|
int num_rxdma_refill_ring_entries;
|
|
int num_reo_status_ring_entries;
|
|
int num_reo_status_ring_entries;
|
|
int num_mon_status_ring_entries;
|
|
int num_mon_status_ring_entries;
|
|
|
|
+ int num_tx_mon_buf_ring_entries;
|
|
|
|
+ int num_tx_mon_dst_ring_entries;
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|