summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-13 16:01:03 +0100
committerThomas Haller <thaller@redhat.com>2019-02-13 16:01:03 +0100
commit27169047c5acb7834cf3747bb62dbe2a4ecfa331 (patch)
tree1f396af022f1bd093b8c8dcc28545a9b0979845f
parent3c989f30d6c3d218baa96b02f9e30ac98baec55c (diff)
downloadNetworkManager-27169047c5acb7834cf3747bb62dbe2a4ecfa331.tar.gz
wifi-p2p: add FIXME comment for handling group_owner in NMDeviceWifiP2P
-rw-r--r--src/devices/wifi/nm-device-wifi-p2p.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/wifi/nm-device-wifi-p2p.c b/src/devices/wifi/nm-device-wifi-p2p.c
index 37138c1097..a6259273ea 100644
--- a/src/devices/wifi/nm-device-wifi-p2p.c
+++ b/src/devices/wifi/nm-device-wifi-p2p.c
@@ -72,6 +72,7 @@ typedef struct {
guint peer_dump_id;
guint peer_missing_id;
+ /* FIXME: group-owner is not properly set. */
bool group_owner:1;
bool is_waiting_for_supplicant:1;