commit | 5e90de860bc2d82dcb73caef86c05cb49c2b5792 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Oct 16 16:46:05 2013 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Oct 21 16:41:18 2013 +0300 |
tree | 17976eed4770db1effb87bfb69530a2c0fb371fc | |
parent | c4340c26d63550eaedcc3440f6ba78d6d4c451d4 [diff] |
ath10k: fix NULL deref upon early FW crash If firmware crashes during FW probing it would try to perform FW recovery which uses mac80211 workqueue before registering to mac80211. Using internal workqueue solves the problem. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>