commit | 9e7251fa38978b85108c44743e1436d48e8d0d76 | [log] [tgz] |
---|---|---|
author | Yingying Tang <yintang@codeaurora.org> | Thu May 02 21:36:50 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue May 07 17:03:47 2019 +0300 |
tree | a6ad160e5b8f3372eca3442a8a6551a731dcc1ad | |
parent | 49ed34b835e231aa941257394716bc689bc98d9f [diff] |
ath10k: Check tx_stats before use it tx_stats will be freed and set to NULL before debugfs_sta node is removed in station disconnetion process. So if read the debugfs_sta node there may be NULL pointer error. Add check for tx_stats before use it to resove this issue. Signed-off-by: Yingying Tang <yintang@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>