commit | 0f70b0f6a41ccd00f18640a6b422d30dbe30e806 | [log] [tgz] |
---|---|---|
author | Anurag Das <anurdas@codeaurora.org> | Fri Nov 30 18:33:01 2018 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Jul 20 09:27:50 2019 -0400 |
tree | 6459dcc3480259838575f9cb8b57c95ec4c2ddb2 | |
parent | 5f68a152e21c6fe15db398a8c344cb5cf628cde1 [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