commit | 2ef47449f6b22a86bc0078797d1193d34a75011a | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sat Jun 09 23:43:40 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Jun 25 12:41:01 2018 -0700 |
tree | 45d2e7b2943f294f50dcb44fe61f0f0e313cf0b2 | |
parent | 711fe948c4424cbe2d000d375cc5cf47ee2d4dc9 [diff] |
qcacld-3.0: Fix sme_unprotected_mgmt_frm_ind() context param Currently sme_unprotected_mgmt_frm_ind() takes a tHalHandle context param. However this is a static 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. Change-Id: I552cade9adf0bdc7a9cf38c76cd8786548dc7011 CRs-Fixed: 2266505