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
This commit is contained in:
Dan Williams
2007-08-25 15:07:23 +00:00
parent d711aed2ef
commit 386998c983
6 changed files with 34 additions and 56 deletions

View File

@@ -311,13 +311,7 @@ void nm_print_device_capabilities (NMDevice *dev)
}
else if (NM_IS_DEVICE_802_11_WIRELESS (dev))
{
if (!(caps & NM_DEVICE_CAP_WIRELESS_SCAN))
{
nm_info ("%s: Driver '%s' does not support wireless scanning.\n"
"\tSome features will not be available.",
nm_device_get_iface (dev), driver);
full_support = FALSE;
}
/* Print out WPA support */
}
if (full_support)