commit | d1365e794eb31f74d7326f0c60a2aa13b2d70ac8 | [log] [tgz] |
---|---|---|
author | Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> | Mon Jan 14 09:39:36 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Feb 01 14:11:52 2019 +0200 |
tree | bccb48f8ea961dd2253000989abfb494d46f2645 | |
parent | 126824f5ce671b4f2d1d01aa1fa7ff4de7174869 [diff] |
qtnfmac: fix INTx interrupt handling In the current implementation INTx interrupt is deasserted after the control path processing. However this may lead to missed interrupts from the wireless card. For instance, this may happen as a result of control path activity, when another interrupt arrives before INTx is deasserted. Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>