android_kernel_xiaomi_sm8350/core
Jeff Johnson 2b2a5509ec qcacld-3.0: Converge on struct tdls_del_all_tdls_peers
During TDLS componentization the legacy struct sir_del_all_tdls_peers
was replicated, creating struct tdls_del_all_tdls_peers. Unfortunately
this left the driver with two different data structures which serve
the same purpose. Not only is this pointless, but due to the way in
which these structures are used there is an implicit requirement that
they be exactly identical. This approach is very fragile. To align
with the converged software architecture and to improve code
maintainability exclusively use the TDLS component public struct.

Change-Id: Id2140e5143167e90d869de6d65ee75273830b5b0
CRs-Fixed: 2404151
2019-02-26 00:08:53 -08:00
..
bmi qcacld-3.0: Use qdf_mem_zero for zero initialization 2019-01-14 08:38:03 -08:00
cds qcacld-3.0: Remove obsolete code from CDS 2019-02-23 16:02:46 -08:00
dp qcacld-3.0: Format ini descriptions 2019-02-24 21:34:47 -08:00
hdd qcacld-3.0: Save RSN auth type for RSN association 2019-02-25 18:43:42 -08:00
mac qcacld-3.0: Converge on struct tdls_del_all_tdls_peers 2019-02-26 00:08:53 -08:00
pld qcacld-3.0: Add API to block/Unblock modem shutdown 2019-02-22 13:39:20 -08:00
sap qcacld-3.0: Save RSN auth type for RSN association 2019-02-25 18:43:42 -08:00
sme qcacld-3.0: Save RSN auth type for RSN association 2019-02-25 18:43:42 -08:00
wma qcacld-3.0: Use vdev_id in hidden_ssid_vdev_restart_params 2019-02-25 21:47:21 -08:00