summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGrant Erickson <marathon96@gmail.com>2013-04-12 12:06:06 -0700
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-15 09:16:41 +0300
commitd1e576cfbe3d7458e984264ba2efc3f17088a0ce (patch)
treecf951c8edca6158999519ad3443a7611f32a3b2b /src/main.c
parenta9157ebb583ae6f9612df4418eea3a80f422b980 (diff)
downloadconnman-d1e576cfbe3d7458e984264ba2efc3f17088a0ce.tar.gz
connman-d1e576cfbe3d7458e984264ba2efc3f17088a0ce.tar.bz2
connman-d1e576cfbe3d7458e984264ba2efc3f17088a0ce.zip
wifi: improve fix to avoid device double release on disable
Per MEEGO-25999 <https://bugs.meego.com/show_bug.cgi?id=25999>, there exists a race between scan_callback and wifi_disable such that a care- fully-timed deassertion of the technology Powered property between throw_wifi_scan and scan_callback will lead to a device reference count underflow. A second Powered property false -> true -> false transition will then deallocate the device and Wi-Fi will no longer function until connman or the system is restarted. This patch improves upon and revises the prior patch to address this issue by recognizing that hidden networks involve a slightly different code path and timing and that both this and the prior case can be addressed by tracking the device scanning state and only releasing the device when the state is asserted.
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions