From 0b8e1fd9711ba1bdb6d84dc7585d1e706882bb31 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 27 Jun 2018 22:48:50 +0200 Subject: core/trival: rename nm_device_match_hwaddr() function to nm_device_match_parent_hwaddr() This name is better, because it compares the MAC address of the device's parent. --- src/devices/nm-device-private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/devices/nm-device-private.h') diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h index ba28e9e429..dd928d859e 100644 --- a/src/devices/nm-device-private.h +++ b/src/devices/nm-device-private.h @@ -143,8 +143,8 @@ gboolean _nm_device_hash_check_invalid_keys (GHashTable *hash, const char *setti _nm_device_hash_check_invalid_keys (hash, setting_name, error, ((const char *[]) { __VA_ARGS__, NULL })) gboolean nm_device_match_parent (NMDevice *device, const char *parent); -gboolean nm_device_match_hwaddr (NMDevice *device, - NMConnection *connection, - gboolean fail_if_no_hwaddr); +gboolean nm_device_match_parent_hwaddr (NMDevice *device, + NMConnection *connection, + gboolean fail_if_no_hwaddr); #endif /* NM_DEVICE_PRIVATE_H */ -- cgit v1.2.1