commit | 24e65b5f761a12539ab5b0d862be4fc3ea2ef072 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sun Jun 10 08:45:26 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Tue Jun 26 22:42:24 2018 -0700 |
tree | 354d843b07030004755e0925c574a1ef077eee35 | |
parent | 06c447fcb51bbd2b2e3405a2952c27dc79d64219 [diff] |
qcacld-3.0: Fix sme_tsm_ie_ind() context param Currently sme_tsm_ie_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_process_msg()). Change-Id: Ica6add4b81ad7ffd664ee6e46f2e8b43a731771f Crs-Fixed: 2267438