summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/wireless
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connections/wireless')
-rw-r--r--src/lib/connections/wireless2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/wireless b/src/lib/connections/wireless
index 6e43864..8a21fdf 100644
--- a/src/lib/connections/wireless
+++ b/src/lib/connections/wireless
@@ -38,7 +38,7 @@ wireless_up() {
fi
# Start the WPA supplicant
- if ! do_debug wpa_start "$Interface" "$WPADriver" "$config_file"; then
+ if ! wpa_start "$Interface" "$WPADriver" "$config_file"; then
report_error "The WPA supplicant did not start for interface '$Interface'"
bring_interface_down "$Interface"
return 1