qcacmn: Check DBS capable to determine max_mac_rings
For 1x1 DBS case, host also need to configure max_mac_rings as 2 and initialize each RX ring, currently host only consider 2x2 DBS case. Check DBS capable instead of 2x2 DBS capable only. Change-Id: Ic2d4fda9be245a3d0448b6b87ba8676f41d9187e CRs-Fixed: 3129165
This commit is contained in:

zatwierdzone przez
Madan Koyyalamudi

rodzic
198acb4138
commit
a2f8cef72d
@@ -1141,7 +1141,7 @@ struct ol_if_ops {
|
||||
uint8_t pdev_id,
|
||||
uint8_t *peer_mac,
|
||||
uint8_t *vdev_mac, enum wlan_op_mode opmode);
|
||||
bool (*is_hw_dbs_2x2_capable)(struct wlan_objmgr_psoc *psoc);
|
||||
bool (*is_hw_dbs_capable)(struct wlan_objmgr_psoc *psoc);
|
||||
int (*peer_add_wds_entry)(struct cdp_ctrl_objmgr_psoc *soc,
|
||||
uint8_t vdev_id,
|
||||
uint8_t *peer_macaddr,
|
||||
|
Reference in New Issue
Block a user