commit | 8c43e1f45fbc4a563217dc2b9a73f14ae959ccce | [log] [tgz] |
---|---|---|
author | Mohammad Asaad Akram <asadkrm@codeaurora.org> | Tue Dec 17 17:59:13 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jan 07 22:10:55 2020 -0800 |
tree | 7606567b0ab8feb23b542a95aeaddee339bfb3de | |
parent | cd1d91d93f36a80c4d489ac6c08cef2766e3f081 [diff] |
wifi_hal : Need not check for hal_info validity in Wi-Fi HAL API's. Wi-Fi HAL API's , are invoked from the legacy hal context and it is this legacy hal that validates the context of hal_info. It is the legacy_hal that triggers the start / stop / event loop for Wi-Fi HAL. Thus, the validity of hal_info should be left to lagacy hal rather than validating in all the API's of Wi-Fi HAL. Change-Id: I9457c5ab7725d489078af0a9b8eb26b9cb5eb6ec CRs-Fixed: 2588277