qcacmn: Support multiple srng per module in DBR

It required to support multiple srng per module in direct buffer rx
component.So extend the array "dbr_mod_param" in dbr pdev object and
let it to support two more srngs per module.

Change-Id: Ia2c649dacc3787cdc13b06f0b22c1c175fb451cc
CRs-Fixed: 2523365
This commit is contained in:
Wu Gao
2019-09-09 20:18:49 +08:00
zatwierdzone przez nshrivas
rodzic 285561b9ab
commit fe2a6185ad
4 zmienionych plików z 139 dodań i 47 usunięć

Wyświetl plik

@@ -613,7 +613,7 @@ struct wlan_lmac_if_direct_buf_rx_tx_ops {
QDF_STATUS (*direct_buf_rx_get_ring_params)
(struct wlan_objmgr_pdev *pdev,
struct module_ring_params *param,
int module_id);
uint8_t module_id, uint8_t srng_id);
};
#endif