2008-05-13 Dan Williams <dcbw@redhat.com>
* src/nm-device-private.h src/nm-device.c - (nm_device_hw_bring_up, nm_device_hw_take_down): export * src/nm-device-802-11-wireless.c - (nm_device_802_11_wireless_set_enabled): take devices up and down as appropriate for the rfkill state git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3666 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1386,7 +1386,7 @@ nm_device_is_up (NMDevice *self)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
gboolean
|
||||
nm_device_hw_bring_up (NMDevice *self, gboolean wait)
|
||||
{
|
||||
gboolean success;
|
||||
@@ -1423,7 +1423,7 @@ out:
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
nm_device_hw_take_down (NMDevice *self, gboolean wait)
|
||||
{
|
||||
guint32 tries = 0;
|
||||
|
Reference in New Issue
Block a user