android_kernel_xiaomi_sm8350/core/dp
Rakesh Pillai 82555082c9 qcacld-3.0: cdp: Convergence of cdp_throttle_ops
Currently the cdp apis are given pdev/vdev/peer
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/vdev id or peer mac address, which will be
used to get the respective handles, and hence
avoiding the unwanted access of the handles if
it has been deleted.

Converged throttle_ops
- throttle_init_period
- throttle_set_level

CRs-Fixed: 2539744
Change-Id: I0e1339ead92d66463d3b58ed9268c7194fd2bd27
2019-11-11 23:07:46 -08:00
..
htt qcacld-3.0: Increase the rx debug buffer list size 2019-10-25 04:40:32 -07:00
ol/inc qcacld-3.0: cdp: Convergence of cdp_flowctl_ops 2019-11-11 23:07:35 -08:00
txrx qcacld-3.0: cdp: Convergence of cdp_throttle_ops 2019-11-11 23:07:46 -08:00
txrx3.0 qcacld-3.0: Add support to flush rx packets for a vdev 2019-11-01 00:17:18 -07:00