commit | ca892f672d9a4fed44707d76f20e9c7e41109c4d | [log] [tgz] |
---|---|---|
author | Arun Khandavalli <akhandav@codeaurora.org> | Fri May 26 14:25:50 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Thu Jun 08 09:40:47 2017 -0700 |
tree | 4d212895ef09337b83809eea4d3fc3cc1738bc17 | |
parent | 3fba66b0005ca4d3230086f65384049f5d73f8e7 [diff] |
qcacld-3.0: Check Driver module status for sysfs read/write requests When there is no interface is being used by the upper layer,interface change timer kicks-in and closes all the modules. When there is a sysfs read write request when the module is closed it tries to access the contents of closed modules resulting in assert's or crash. To mitigate the issue validate the driver module status. CRs-Fixed: 2052903 Change-Id: I2eec712ff823c7c2dc49f7d9d3c55d9166e3b0d9