Currently cdp ops are given pdev/vdev handle as its arguments, which is directly accessed in those APIs. This can cause a race-condition in access of the respective handles, if it has been deleted in parallel. Hence as a part of cdp convergence, pass only the pdev_id/vdev_id which will be used to get the respective handles and hence avoiding unwanted access of the handles if it has been deleted. Also deleting few ops which stores and retrieves such handles and adding ops to set/get pdev params. - txrx_set_safemode - txrx_set_drop_unenc - txrx_get_pdev_param - txrx_set_pdev_param - wdi_event_sub - wdi_event_unsub Change-Id: Ib3511cbdead75b30e899dbf00f936ffdae316b71 CRs-Fixed: 2541657 |
||
---|---|---|
.. | ||
core/src | ||
dispatcher |