2008-06-10 Dan Williams <dcbw@redhat.com>

The grand 802-11-wireless rename.  Get rid of the 802-11/80211/802_11 bits
	and use "wifi" everwhere instead.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3742 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-06-10 16:32:39 +00:00
parent 2b00116361
commit 0fdb07ca3d
23 changed files with 549 additions and 545 deletions

View File

@@ -28,7 +28,7 @@
#include "NetworkManagerUtils.h"
#include "nm-utils.h"
#include "nm-device.h"
#include "nm-device-802-11-wireless.h"
#include "nm-device-wifi.h"
#include "nm-device-ethernet.h"
#include "nm-dbus-manager.h"
#include "nm-dispatcher-action.h"
@@ -125,7 +125,7 @@ nm_print_device_capabilities (NMDevice *dev)
nm_device_get_iface (dev), driver);
full_support = FALSE;
}
} else if (NM_IS_DEVICE_802_11_WIRELESS (dev)) {
} else if (NM_IS_DEVICE_WIFI (dev)) {
/* Print out WPA support */
}