android_kernel_xiaomi_sm8350/components/tdls/dispatcher/inc
Vevek Venkatesan e9fa59de57 qcacld-3.0: cdp: Converge cdp_ctrl_ops
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
2020-01-20 17:50:23 -08:00
..
wlan_tdls_cfg_api.h qcacld-3.0: Configure TDLS off channel mode when band switches 2020-01-10 04:07:57 -08:00
wlan_tdls_cfg.h qcacld-3.0: Add the ini gTDLSDiscoveryWakeTimeout 2019-11-11 02:05:27 -08:00
wlan_tdls_public_structs.h qcacld-3.0: cdp: Converge cdp_ctrl_ops 2020-01-20 17:50:23 -08:00
wlan_tdls_tgt_api.h qcacld-3.0: Do not send UAPSD command after TDLS connection 2019-09-19 02:01:45 -07:00
wlan_tdls_ucfg_api.h qcacld-3.0: Pass psoc instead of vdev for teardown links 2019-06-03 02:26:54 -07:00