summaryrefslogtreecommitdiff
path: root/shared/nm-meta-setting.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-28 12:39:38 +0100
committerThomas Haller <thaller@redhat.com>2019-02-01 17:02:57 +0100
commit0420fa1f2c176f5044ff4c17703f5775c43f5804 (patch)
treebec83dfbfc4e00f0542be4e1294c9e29ac8863f1 /shared/nm-meta-setting.c
parentc8204377d6fce857461b014fc89f51dd427ff45f (diff)
downloadNetworkManager-0420fa1f2c176f5044ff4c17703f5775c43f5804.tar.gz
wifi-p2p: rename files for consistent Wi-Fi P2P naming
We named the types inconsistently: - "p2p-wireless" ("libnm-core/nm-setting-p2p-wireless.h") - "p2p" ("libnm/nm-p2p-peer.h") - "p2p-wifi" ("src/devices/wifi/nm-device-p2p-wifi.h") It seems to me, "libnm/nm-p2p-peer.h" should be qualified with a "Wi-Fi" specific name. It's not just peer-to-peer, it's Wi-Fi P2P. Yes, there is an inconsistency now, because there is already "libnm/nm-access-point.h". It seems to me (from looking at the internet), that the name "Wi-Fi P2P" is more common than "P2P Wi-Fi" -- although both are used. There is also the name "Wi-Fi Direct". But it's not clear which name should be preferred here, so stick to "Wi-Fi P2P". In this first commit only rename the files. The following commit will rename the content.
Diffstat (limited to 'shared/nm-meta-setting.c')
-rw-r--r--shared/nm-meta-setting.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/nm-meta-setting.c b/shared/nm-meta-setting.c
index 6256b06c00..06e24f1a42 100644
--- a/shared/nm-meta-setting.c
+++ b/shared/nm-meta-setting.c
@@ -28,8 +28,8 @@
#include "nm-setting-adsl.h"
#include "nm-setting-bluetooth.h"
#include "nm-setting-bond.h"
-#include "nm-setting-bridge.h"
#include "nm-setting-bridge-port.h"
+#include "nm-setting-bridge.h"
#include "nm-setting-cdma.h"
#include "nm-setting-connection.h"
#include "nm-setting-dcb.h"
@@ -38,10 +38,10 @@
#include "nm-setting-generic.h"
#include "nm-setting-gsm.h"
#include "nm-setting-infiniband.h"
-#include "nm-setting-ip4-config.h"
-#include "nm-setting-ip6-config.h"
#include "nm-setting-ip-config.h"
#include "nm-setting-ip-tunnel.h"
+#include "nm-setting-ip4-config.h"
+#include "nm-setting-ip6-config.h"
#include "nm-setting-macsec.h"
#include "nm-setting-macvlan.h"
#include "nm-setting-match.h"
@@ -50,23 +50,23 @@
#include "nm-setting-ovs-interface.h"
#include "nm-setting-ovs-patch.h"
#include "nm-setting-ovs-port.h"
-#include "nm-setting-p2p-wireless.h"
#include "nm-setting-ppp.h"
#include "nm-setting-pppoe.h"
#include "nm-setting-proxy.h"
#include "nm-setting-serial.h"
#include "nm-setting-tc-config.h"
-#include "nm-setting-team.h"
#include "nm-setting-team-port.h"
+#include "nm-setting-team.h"
#include "nm-setting-tun.h"
#include "nm-setting-user.h"
#include "nm-setting-vlan.h"
#include "nm-setting-vpn.h"
#include "nm-setting-vxlan.h"
+#include "nm-setting-wifi-p2p.h"
#include "nm-setting-wimax.h"
#include "nm-setting-wired.h"
-#include "nm-setting-wireless.h"
#include "nm-setting-wireless-security.h"
+#include "nm-setting-wireless.h"
#include "nm-setting-wpan.h"
/*****************************************************************************/