summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2017-09-28 04:19:33 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-09-28 04:19:33 +0000
commit9643dfc0b066e2c6ff7a90774e8913d0dc542726 (patch)
tree592679552afb8ec4aef61784af9f1e49f4ab14cb
parent1612cee1b8ab5f7e2582ec9ef5b92a72d05048d4 (diff)
parent797227a632d958b7fcf537e308a65c3f5cdefd75 (diff)
downloadconnman-9643dfc0b066e2c6ff7a90774e8913d0dc542726.tar.gz
connman-9643dfc0b066e2c6ff7a90774e8913d0dc542726.tar.bz2
connman-9643dfc0b066e2c6ff7a90774e8913d0dc542726.zip
Merge "Revert "wifi: Fixed issue with device reference count"" into tizensubmit/tizen/20170928.042022
-rwxr-xr-xplugins/wifi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 5a85785d..ce532336 100755
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -1323,11 +1323,7 @@ static void scan_callback(int result, GSupplicantInterface *interface,
* unreferenced the device, obviating the need to do it here.
*/
-#if defined TIZEN_EXT
- if (scanning && wifi && !wifi->allow_full_scan)
-#else
if (scanning)
-#endif
connman_device_unref(device);
#if defined TIZEN_EXT