android_kernel_xiaomi_sm8350/core/sme
Jeff Johnson 06c447fcb5 qcacld-3.0: Fix sme_ft_send_update_key_ind() context param
Currently sme_ft_send_update_key_ind() 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_ft_update_key()).

Change-Id: I5309a6f9125684bc0d7766d5839f2296150b6834
CRs-Fixed: 2267437
2018-06-26 22:42:20 -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_ft_send_update_key_ind() context param 2018-06-26 22:42:20 -07:00