summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-25 15:07:23 +0000
committerDan Williams <dcbw@redhat.com>2007-08-25 15:07:23 +0000
commit386998c98398397dd72e4648246a5ce742ad9fd5 (patch)
tree353b91d97ba61c678611d15d1cce1307965a2e18 /test
parentd711aed2ef884dcbe5afad7da6673fca7caa37c5 (diff)
downloadNetworkManager-386998c98398397dd72e4648246a5ce742ad9fd5.tar.gz
2007-08-25 Dan Williams <dcbw@redhat.com>
It's 2007. Remove support for drivers that don't support wireless scanning. * test/nm-tool.c include/NetworkManager.h src/NetworkManagerUtils.c src/NetworkManagerPolicy.c src/nm-device-802-11-wireless.c - Remove special handling for non-scanning devices and mark them as unsupported/unhandled git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2726 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'test')
-rw-r--r--test/nm-tool.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/nm-tool.c b/test/nm-tool.c
index 88158c56db..1c749fc4be 100644
--- a/test/nm-tool.c
+++ b/test/nm-tool.c
@@ -284,9 +284,6 @@ detail_device (gpointer data, gpointer user_data)
printf ("\n Wireless Settings\n");
- if (caps & NM_DEVICE_CAP_WIRELESS_SCAN)
- print_string (" Scanning", "yes");
-
wireless_caps = nm_device_802_11_wireless_get_capabilities (NM_DEVICE_802_11_WIRELESS (device));
if (wireless_caps & NM_802_11_CAP_PROTO_WEP)