summary refs log tree commit diff
path: root/src/nm-rfkill-manager.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
committerMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
commit494f296a3baab08522617b24b1f126d8f9a17502 (patch)
treec8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /src/nm-rfkill-manager.c
parent54f6333410ffd570e62717d9e77c5c987175e397 (diff)
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'src/nm-rfkill-manager.c')
-rw-r--r--src/nm-rfkill-manager.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nm-rfkill-manager.c b/src/nm-rfkill-manager.c
index 27f3ca01..76703b20 100644
--- a/src/nm-rfkill-manager.c
+++ b/src/nm-rfkill-manager.c
@@ -24,7 +24,7 @@
 #include <gudev/gudev.h>
 
 #include "nm-rfkill-manager.h"
-#include "nm-logging.h"
+#include "nm-default.h"
 
 typedef struct {
 	GUdevClient *client;
@@ -268,8 +268,6 @@ rfkill_type_to_enum (const char *str)
 		return RFKILL_TYPE_WLAN;
 	else if (!strcmp (str, "wwan"))
 		return RFKILL_TYPE_WWAN;
-	else if (!strcmp (str, "wimax"))
-		return RFKILL_TYPE_WIMAX;
 
 	return RFKILL_TYPE_UNKNOWN;
 }