commit | 71eaf6f04773c8946acea7a778f1e8c00d0f5f28 | [log] [tgz] |
---|---|---|
author | Mohammad Asaad Akram <asadkrm@codeaurora.org> | Tue Dec 17 17:59:13 2019 +0530 |
committer | Mohammad Asaad Akram <asadkrm@codeaurora.org> | Thu Dec 19 15:50:05 2019 +0530 |
tree | 6f51f9e3165af7fdc03a83f9f452a7aac01d6d79 | |
parent | 9a4a4f53c50893c53486f740303275eb0838f7de [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