From d877551d0abf637fee129ca0214215fd40ba26e6 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 29 Apr 2014 09:50:44 -0500 Subject: [PATCH] wimax: recognize WiMAX devices as Generic if no WiMAX plugin is loaded --- src/nm-manager.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index 4662e79b54..981e57498d 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -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;