From: Michael Tremer Date: Sun, 20 Aug 2017 12:29:09 +0000 (+0000) Subject: Drop placeholder for WEP key validation X-Git-Tag: 010~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895a74ea5d293407f5e458861a33c17a26bfacbd;p=network.git Drop placeholder for WEP key validation We don't support WEP any more. Fixes #11468 Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.wireless b/src/functions/functions.wireless index 298cb19e..7697c5d8 100644 --- a/src/functions/functions.wireless +++ b/src/functions/functions.wireless @@ -345,11 +345,6 @@ wireless_pre_shared_key_is_valid() { return ${EXIT_FALSE} ;; - - WEP) - # XXX need to check if the key is entered in - # hex or ascii and then count the bytes - ;; esac return ${EXIT_ERROR}