diff options
author | Dan Williams <dcbw@redhat.com> | 2014-04-15 17:12:13 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2014-05-13 12:38:43 -0500 |
commit | 06e3c6d02fe997e715345d3ce6a290be3862346e (patch) | |
tree | b6fcc0e009b6d82ca2fb647fc305129a699e16e2 /.gitignore | |
parent | b46b28d18f243f2406ae8f511cdede865cad8428 (diff) | |
download | NetworkManager-06e3c6d02fe997e715345d3ce6a290be3862346e.tar.gz |
wifi: make Wi-Fi support a plugin
Make Wi-Fi support a plugin using the new device factory interface.
Provides a 7% size reduction in the core NM binary.
Before After
NM: 1154104 1071992 (-7%)
Wi-Fi: 0 110464
(all results from stripped files)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3678dc36e1..b3245af97b 100644 --- a/.gitignore +++ b/.gitignore @@ -186,6 +186,7 @@ valgrind-*.log /src/tests/test-ip6-config /src/tests/test-wifi-ap-utils /src/tests/test-resolvconf-capture +/src/devices/wifi/tests/test-wifi-ap-utils /src/dnsmasq-manager/tests/test-dnsmasq-utils /src/dhcp-manager/tests/test-dhcp-dhclient /src/dhcp-manager/tests/test-dnsmasq-utils |