summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-04-13 17:07:00 -0400
committerDan Winship <danw@redhat.com>2015-04-17 12:42:23 -0400
commit721e917cb6c3f6bea7e856aaed0cd49626887db1 (patch)
treea82b3d538b0dba1ad5a6b40731980802dbfd48a9 /contrib
parenta858b383c348c2a43e63be325156b68e3789441a (diff)
downloadNetworkManager-721e917cb6c3f6bea7e856aaed0cd49626887db1.tar.gz
wimax: drop WiMAX support (bgo #747846)
Even Fedora is no longer shipping the WiMAX SDK, so it's likely we'll eventually accidentally break some of the code in src/devices/wimax/ (if we haven't already). Discussion on the list showed a consensus for dropping support for WiMAX. So, remove the SDK checks from configure.ac, remove the WiMAX device plugin and associated manager support, and deprecate all the APIs. For compatibility reasons, it is still possible to create and save WiMAX connections, to toggle the software WiMAX rfkill state, and to change the "WIMAX" log level, although none of these have any effect, since no NMDeviceWimax will ever be created. nmcli was only compiling in support for most WiMAX operations when NM as a whole was built with WiMAX support, so that code has been removed now as well. (It is still possible to use nmcli to create and edit WiMAX connections, but those connections will never be activatable.)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/REQUIRED_PACKAGES1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES
index 764b695325..559ac848f6 100644
--- a/contrib/fedora/REQUIRED_PACKAGES
+++ b/contrib/fedora/REQUIRED_PACKAGES
@@ -36,7 +36,6 @@ yum install \
dbus-x11 \
wireless-tools-devel \
polkit-devel \
- wimax-devel \
libsoup-devel \
readline-devel \
teamd-devel \