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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user