android_kernel_xiaomi_sm8350/core
Jeff Johnson 93cf08a710 qcacld-3.0: Converge on struct tdls_send_mgmt_request
During TDLS componentization the legacy typedef tSirTdlsSendMgmtReq
was replicated, creating struct tdls_send_mgmt_request. 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: I7d304d3d211101c7227ea621f307f91ff68a5753
CRs-Fixed: 2400767
2019-02-24 16:40:55 -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: Replace IEEE80211_IS_BROADCAST with QDF_IS_ADDR_BROADCAST 2019-02-23 16:02:36 -08:00
hdd qcacld-3.0: Refine hdd_send_peer_status_ind_to_oem_app() 2019-02-24 14:59:22 -08:00
mac qcacld-3.0: Converge on struct tdls_send_mgmt_request 2019-02-24 16:40:55 -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: Send all assoc request IE to hostapd in SAP mode 2019-02-20 07:42:04 -08:00
sme qcacld-3.0: Alias vdev_id to sessionId in csr_roam_session 2019-02-24 03:41:04 -08:00
wma qcacld-3.0: Converge on struct tdls_peer_update_state 2019-02-24 06:31:38 -08:00