wimax: recognize WiMAX devices as Generic if no WiMAX plugin is loaded

This commit is contained in:
Dan Williams 2014-04-29 09:50:44 -05:00
parent bb7517181f
commit d877551d0a

View file

@ -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;