diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-06 18:32:27 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-06 20:35:05 +0200 |
commit | 44b2044faace455e2e8da736b801bc412642c0ea (patch) | |
tree | b6a055e802f053a158eae5eb8783d62ce8d5435b /.gitignore | |
parent | 1791978007c1d1af8916d0c7dc7b5826f60c8589 (diff) | |
download | NetworkManager-44b2044faace455e2e8da736b801bc412642c0ea.tar.gz |
wifi: rename NMAccessPoint to NMWifiAP
NMAccessPoint was in file "nm-wifi-ap.h" with
method nm_ap_*(). Make the naming consistent.
Also rename "nm-wifi-ap-utils.*" as it contains general
purpose wifi utilities. No need to have special "ap" utilities.
Same for "test-wifi-ap-utils.c". It just contains general wifi
tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d491e3343e..1be14ecf55 100644 --- a/.gitignore +++ b/.gitignore @@ -240,7 +240,7 @@ test-*.trs /src/NetworkManager /src/devices/tests/test-arping /src/devices/tests/test-lldp -/src/devices/wifi/tests/test-wifi-ap-utils +/src/devices/wifi/tests/test-general /src/dhcp-manager/nm-dhcp-helper /src/dhcp-manager/tests/test-dhcp-dhclient /src/dhcp-manager/tests/test-dhcp-options |