summaryrefslogtreecommitdiff
path: root/src/nm-rfkill-manager.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-10 16:56:21 +0200
committerThomas Haller <thaller@redhat.com>2015-08-13 10:06:42 +0200
commitb9f00dbb19de9120658c001d3e97cba67c5060f2 (patch)
tree832b5502f73dba494fa7c4f901b93d8c2d33b080 /src/nm-rfkill-manager.c
parentbccc1af51b768cd5a2f9268f6cf57d5cc06a9a54 (diff)
downloadNetworkManager-b9f00dbb19de9120658c001d3e97cba67c5060f2.tar.gz
manager: remove WiMAX rfkill flag from NMManger
WiMAX support was dropped in commit 721e917cb6c3f6bea7e856aaed0cd49626887db1. Also, remove support for the WiMAX rfkill flag and only preserve the D-Bus property for backward compatibility.
Diffstat (limited to 'src/nm-rfkill-manager.c')
-rw-r--r--src/nm-rfkill-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-rfkill-manager.c b/src/nm-rfkill-manager.c
index c1f288a0c6..76703b20c7 100644
--- a/src/nm-rfkill-manager.c
+++ b/src/nm-rfkill-manager.c
@@ -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;
}