diff options
| author | Peter Seiderer <[email protected]> | 2021-11-16 23:07:20 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2021-11-19 10:07:38 +0200 |
| commit | 5125b9a9c420ee91e2c258ea96a8261a49e7449d (patch) | |
| tree | 2fa69e24b93063fa75a3d28f9f0316008158d4ba /tools/perf/scripts/python | |
| parent | 081e2d6476e30399433b509684d5da4d1844e430 (diff) | |
ath9k: fix intr_txqs setting
The struct ath_hw member intr_txqs is never reset/assigned outside
of ath9k_hw_init_queues() and with the used bitwise-or in the interrupt
handling ar9002_hw_get_isr() accumulates all ever set interrupt flags.
Fix this by using a pure assign instead of bitwise-or for the
first line (note: intr_txqs is only evaluated in case ATH9K_INT_TX bit
is set).
Signed-off-by: Peter Seiderer <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions