commit | 006f383e64fd059492d7a78556e68bcb933a8b08 | [log] [tgz] |
---|---|---|
author | Hanumanth Reddy Pothula <c_hpothu@codeaurora.org> | Thu Oct 12 15:52:43 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 16 04:41:24 2017 -0700 |
tree | 30d7c4b093c31fba1524e201e6df87c326f50523 | |
parent | e9ef42ae0cd589a8179fd973475656db6b448af0 [diff] |
qcacld-3.0: Don't double start inactivity timer There is a possibility of double start of inactivity timer if iff_up (hdd_open) happens while probe/remove/reinit is still going on. To mitigate this issue, on iff_up, start inactivity after acquiring hdd_init_deinit_lock, which make sure probe/remove/reinit are completed, and thereby inactivity timer is stopped. Change-Id: I2417215380e318a8410a2d25eabf82f353a26c4f CRs-Fixed: 2125494