android_kernel_xiaomi_sm8350/core/sme
Jeff Johnson 8131a9d1d9 qcacld-3.0: Fix sme_process_ready_to_suspend() context param
Currently sme_process_ready_to_suspend() takes a tHalHandle context
param.  However this is a static internal function, and hence it
should be using the "real" context pointer type tpAniSirGlobal instead
of the opaque reference tHalHandle, so update the API to expect
tpAniSirGlobal (which is what is already being passed by
sme_process_msg()).

Change-Id: Ic2f28613ce0f4df0a104aaa1ab23b311abe5e334
CRs-Fixed: 2267440
2018-06-26 22:42:33 -07:00
..
inc qcacld-3.0: Add cmd_id as unique number to legacy sme command 2018-06-26 20:11:38 -07:00
src qcacld-3.0: Fix sme_process_ready_to_suspend() context param 2018-06-26 22:42:33 -07:00