android_kernel_xiaomi_sm8350/core
Jeff Johnson 4cdd1ac8e0 qcacld-3.0: Converge on struct tdls_add_sta_req
During TDLS componentization the legacy typedef tSirTdlsAddStaReq was
replicated, creating struct tdls_add_sta_req. 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 struct.

Note that this struct must be promoted to be a public struct since it
is now accessed from outside the component.

Change-Id: I37500ead43eed2295df24c70b96e0b6ff85738c6
CRs-Fixed: 2400768
2019-02-26 00:08:43 -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_add_sta_req 2019-02-26 00:08:43 -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