From 7ec3425fe9c0bdfb6cbfb67957452b646d5dc1da Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 29 Apr 2009 01:52:21 +0200 Subject: ethernet doesn't need check for wpa --- src/connections/ethernet | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/connections/ethernet') diff --git a/src/connections/ethernet b/src/connections/ethernet index a0408e5..4c97e55 100644 --- a/src/connections/ethernet +++ b/src/connections/ethernet @@ -24,18 +24,6 @@ ethernet_up() { fi done - - if checkyesno "${AUTH8021X:-no}"; then - . "${SUBR_DIR}"/8021x - [[ -z "$WPA_CONF" ]] && WPA_CONF="/etc/wpa_supplicant.conf" - [[ -z "$WPA_OPTS" ]] && WPA_OPTS="-Dwired" - start_wpa "$INTERFACE" "$WPA_CONF" "$WPA_OPTS" - if ! wpa_check "$INTERFACE"; then - ifconfig "$INTERFACE" down - return 1 - fi - fi - case $IP in dhcp) if checkyesno "${DHCLIENT:-no}"; then -- cgit v1.2.3-24-g4f1b