mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01:00
2006-05-13 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-3-ethernet.c - (real_get_generic_capabilities): Don't ignore devices that can't do carrier detect (Debian bug #366373) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1733 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
517eda3bc9
commit
5f9f987e17
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-05-13 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-802-3-ethernet.c
|
||||
- (real_get_generic_capabilities): Don't ignore devices that can't do
|
||||
carrier detect (Debian bug #366373)
|
||||
|
||||
2006-05-11 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Michael Biebl <biebl@teco.edu>
|
||||
|
|
|
|||
|
|
@ -288,8 +288,7 @@ real_get_generic_capabilities (NMDevice *dev)
|
|||
if (supports_ethtool_carrier_detect (self) || supports_mii_carrier_detect (self))
|
||||
caps |= NM_DEVICE_CAP_CARRIER_DETECT;
|
||||
|
||||
if (caps)
|
||||
caps |= NM_DEVICE_CAP_NM_SUPPORTED;
|
||||
caps |= NM_DEVICE_CAP_NM_SUPPORTED;
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue