commit | 24c7f8acadd1426b80577ee906652eb49f471100 | [log] [tgz] |
---|---|---|
author | Rakesh Pillai <pillair@codeaurora.org> | Tue Dec 26 19:02:35 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Thu Jan 11 03:48:48 2018 -0800 |
tree | 8f806f916b2a4914684d2da448b3c302ef04dd80 | |
parent | 0511046ae5868f9d485d90fbef1dde5b5c577ad0 [diff] |
qcacmn: Fix wmi debugfs creation after interface creation timeout After driver init, if not interface is created and the stop modules gets called, the wmi debugfs dir is removed. After this it is not created again during start modules. Due to this the wmi debugfs will be unavailable after this. Fix the wmi debugfs entry creation when interface creation timeout happens after driver init. CRs-Fixed: 2164039 Change-Id: Ib1a9c655b5144b11d506a09268918b63f82adcc0