diff options
-rw-r--r-- | src/connections/ethernet | 12 |
1 files changed, 0 insertions, 12 deletions
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 |