commit | e0349a053a36d9064a0fb17aede4a6438da92352 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sun Jun 10 11:31:06 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Thu Jun 21 15:26:54 2018 -0700 |
tree | 122996e93916b98f509fdc7daffb37c968dfce07 | |
parent | fdecd51166a6aff4b7d2bd8a6dcc6b689d34c808 [diff] |
qcacld-3.0: Pass correct type to csr_msg_processor() csr_msg_processor() expects a tpAniSirGlobal as the first param but sme_process_msg() is currently passing a tHalHandle. At the moment a tpAniSirGlobal and tHalHandle can be freely interchanged, but a future change will enforce type checking so update sme_process_msg() to pass a parameter of the expected type. Change-Id: I12aab9bddd74ae10eb9004a6369210b4998ebfbd CRs-Fixed: 2265337