summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index ba6c7be..e9ff67f 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -260,13 +260,6 @@ ethernet_down() {
return 0
}
-# Returns status of profile - is it still functional?
-ethernet_status() {
- if ! ip link show dev "$INTERFACE" | fgrep -q "state UP"; then
- return 1
- fi
-}
-
# Stop wpa_supplicant if neccessary
stop_80211x() {
if checkyesno "${AUTH8021X:-no}"; then