diff options
author | Ahmed ElArabawy <arabawy@google.com> | 2020-01-31 16:53:04 -0800 |
---|---|---|
committer | Ahmed ElArabawy <arabawy@google.com> | 2020-01-31 17:22:36 -0800 |
commit | 1845b8e5556a9f82060f15168e5f8d3a02a4b437 (patch) | |
tree | ea1989f2d32cdd1be646910a19c37c4d2cd609f4 /wifi/1.3 | |
parent | 2801b037cda7614851a9a650d02f5dc833cfe0e7 (diff) | |
download | platform_hardware_interfaces-1845b8e5556a9f82060f15168e5f8d3a02a4b437.tar.gz platform_hardware_interfaces-1845b8e5556a9f82060f15168e5f8d3a02a4b437.tar.bz2 platform_hardware_interfaces-1845b8e5556a9f82060f15168e5f8d3a02a4b437.zip |
Wifi: Improve documentation for some hidl APIs
This commit improves some of the comments for the Wifi Hidl APIs.
Bug: 148236141
Test: No test is done
Change-Id: Iff6b191c8b258615ddaacad570b81f0ada968ed4
Diffstat (limited to 'wifi/1.3')
-rw-r--r-- | wifi/1.3/IWifiStaIface.hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/1.3/IWifiStaIface.hal b/wifi/1.3/IWifiStaIface.hal index 81c0c3869b..3a755090ae 100644 --- a/wifi/1.3/IWifiStaIface.hal +++ b/wifi/1.3/IWifiStaIface.hal @@ -23,7 +23,7 @@ import @1.2::IWifiStaIface; /** * Interface used to represent a single STA iface. * - * IWifiChip.createStaIface() may return a @1.3::IWifiStaIface when supported. + * IWifiChip.createStaIface() must return a @1.3::IWifiStaIface when supported. */ interface IWifiStaIface extends @1.2::IWifiStaIface { /** |