mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 03:20:34 +01:00
wimax: recognize WiMAX devices as Generic if no WiMAX plugin is loaded
This commit is contained in:
parent
bb7517181f
commit
d877551d0a
1 changed files with 0 additions and 6 deletions
|
|
@ -2011,12 +2011,6 @@ platform_link_added (NMManager *self,
|
|||
*/
|
||||
break;
|
||||
|
||||
case NM_LINK_TYPE_WIMAX:
|
||||
/* If the WiMAX plugin is not installed, we can't control the
|
||||
* interface, so ignore it.
|
||||
*/
|
||||
break;
|
||||
|
||||
default:
|
||||
device = nm_device_generic_new (plink);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue