summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device.c b/src/device.c
index 315c5148..f6fc15e6 100644
--- a/src/device.c
+++ b/src/device.c
@@ -559,9 +559,6 @@ static int setup_device(struct connman_device *device)
break;
}
- if (__connman_detect_get_blocked(device->phyindex) == TRUE)
- return 0;
-
if (device->offlinemode == FALSE &&
device->powered_persistent == TRUE)
__connman_device_enable(device);