commit | f528dd788a8a48b0df61acfe77df306275aa157c | [log] [tgz] |
---|---|---|
author | Yue Ma <yuem@qca.qualcomm.com> | Thu Apr 25 12:04:13 2013 -0700 |
committer | Madan Koyyala <mkoyya@codeaurora.org> | Fri May 03 01:36:06 2013 -0700 |
tree | 31028c2ba22f6fd94870cf04a90257ac6846ef35 | |
parent | f88ca56ea38664cc7d47c5322b0721c6ad3d6007 [diff] |
wlan: Stop DXE healthMonitorTimer when host driver unloads When DXE enters low resource condition, it will set a healthMonitorTimer which won't be stopped when host driver unloads. This will cause the timer expires after host driver unloads and leads to prefetch abort. This fix stops the timer when DXE stops. Change-Id: I7658a4d067fc054bd55e558d25f9991da9cd493a CRs-fixed: 476250