commit | 94993057898e1ff91bb39808e152590cb1aeaf3c | [log] [tgz] |
---|---|---|
author | Anurag Das <anurdas@codeaurora.org> | Fri Nov 30 18:33:01 2018 +0530 |
committer | Bruno Martins <bgcngm@gmail.com> | Fri Feb 22 13:14:54 2019 +0100 |
tree | 3a5cb721f68febe63c898a3d223424c7eeb10c7c | |
parent | aa0e295950277ce7b699c5b4cf16ac8d929e55c8 [diff] |
wifi: Use stub for add_or_remove_virtual_intf functionality Use the stub to take care of cases where the vendor HAL implementation is not present. This will return an error as NOT_SUPPORTED when the functionality is needed by framework (with no implementation wifi hal). This will avoid the failure scenario when vendor implementation for add_or_remove_virtual_intf is not present in wifi hal. Change-Id: I5c1c99acb40e721e22afa2683b5b0836e533f34e CRs-Fixed: 2363891