diff options
author | Andrea Scarpino <andrea@archlinux.org> | 2009-04-29 01:52:21 +0200 |
---|---|---|
committer | Andrea Scarpino <andrea@archlinux.org> | 2009-04-29 01:52:21 +0200 |
commit | 7ec3425fe9c0bdfb6cbfb67957452b646d5dc1da (patch) | |
tree | 075c0e750a44a9a25096612f5c291c9140af37ac /src/connections/ethernet | |
parent | f91fab1f9984ca6c1372169df991280f1fb40ac4 (diff) | |
download | netctl-7ec3425fe9c0bdfb6cbfb67957452b646d5dc1da.tar.gz netctl-7ec3425fe9c0bdfb6cbfb67957452b646d5dc1da.tar.xz |
ethernet doesn't need check for wpa
Diffstat (limited to 'src/connections/ethernet')
-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 |