summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorTreeHugger Robot2018-05-18 20:32:44 -0500
committerAndroid (Google) Code Review2018-05-18 20:32:44 -0500
commitcce4c95c1c4bd47ffb1c35605afc90fa288611e2 (patch)
tree93844851e79982bc8be1409f9d79883f6004b6d4 /wifi
parentfdcc4a0f2c26e8ec7cb5361c1a52fc66638a1715 (diff)
parent4ee4582230e84cff47bcaf182fd91f47a67bca43 (diff)
downloadplatform-hardware-interfaces-cce4c95c1c4bd47ffb1c35605afc90fa288611e2.tar.gz
platform-hardware-interfaces-cce4c95c1c4bd47ffb1c35605afc90fa288611e2.tar.xz
platform-hardware-interfaces-cce4c95c1c4bd47ffb1c35605afc90fa288611e2.zip
Merge "Update comments for doc comments." into pi-dev
Diffstat (limited to 'wifi')
-rw-r--r--wifi/1.0/IWifiP2pIface.hal4
1 files changed, 1 insertions, 3 deletions
diff --git a/wifi/1.0/IWifiP2pIface.hal b/wifi/1.0/IWifiP2pIface.hal
index 243748ff..b9085911 100644
--- a/wifi/1.0/IWifiP2pIface.hal
+++ b/wifi/1.0/IWifiP2pIface.hal
@@ -21,6 +21,4 @@ import IWifiIface;
21/** 21/**
22 * Interface used to represent a single NAN iface. 22 * Interface used to represent a single NAN iface.
23 */ 23 */
24interface IWifiP2pIface extends IWifiIface { 24interface IWifiP2pIface extends IWifiIface {};
25 /** TODO(rpius): Add methods to the interface. */
26};