summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2017-09-28 04:19:41 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-09-28 04:19:41 +0000
commit5739f84fc89b70cd3349254005b7a1886c5f6dd3 (patch)
tree592679552afb8ec4aef61784af9f1e49f4ab14cb
parente3408935b07ade5265a50f4d988243e9eee8c6a4 (diff)
parent44819fc5b44664c911139c11f740bf2510cf4f6a (diff)
downloadconnman-5739f84fc89b70cd3349254005b7a1886c5f6dd3.tar.gz
connman-5739f84fc89b70cd3349254005b7a1886c5f6dd3.tar.bz2
connman-5739f84fc89b70cd3349254005b7a1886c5f6dd3.zip
Merge "Revert "wifi: Fixed issue with device reference count"" into tizen_4.0submit/tizen_4.0/20170928.042238accepted/tizen/4.0/unified/20170928.053831
-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