summaryrefslogtreecommitdiffstats
path: root/src/connections
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections')
-rw-r--r--src/connections/wireless1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connections/wireless b/src/connections/wireless
index 7ed5abe..a52972a 100644
--- a/src/connections/wireless
+++ b/src/connections/wireless
@@ -122,7 +122,6 @@ wireless_down() {
# Handle wireless kill switches
# Any reason why a hardware switch should be considered on interface down?
if [[ "$RFKILL" == "soft" ]]; then
- . "$SUBR_DIR/wireless"
set_rf_state "$INTERFACE" disabled $RFKILL_NAME || return 1
fi
}