commit | 4f55ef3ac52fb8047f2626f096d5d304f2f7235e | [log] [tgz] |
---|---|---|
author | Yue Ma <yuem@qca.qualcomm.com> | Thu Jan 23 16:45:33 2014 -0800 |
committer | Kiet Lam <c_kietl@qca.qualcomm.com> | Wed Jan 29 17:07:18 2014 -0800 |
tree | 69247dfcd1067d696359dda5a875704ebc71cc33 | |
parent | 140679771efe75ea4dc3c2810be976ef3cfb273e [diff] |
wlan: HDD: Prevent several cfg80211 functions to continue during SSR This fix handles the scenario that while a certain cfg80211 funtion is waiting for a specific event to happen, SSR is coming in. If waiting timeout happens and the funtion continues to run, it may lead to crash. Hence add the code to handle this case only when timeout happens. Change-Id: I371cd284d074514d12add2a7a7cf9106a2fc1adb CRs-fixed: 605427