2023-04-23 12:02:57

by Toke Høiland-Jørgensen

[permalink] [raw]
Subject: Re: [PATCH v2] wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation

Peter Seiderer <[email protected]> writes:

> Fix ath9k_hw_verify_hang()/ar9003_hw_detect_mac_hang() register offset
> calculation (do not overflow the shift for the second register/queues
> above five, use the register layout described in the comments above
> ath9k_hw_verify_hang() instead).
>
> Fixes: 222e04830ff0 ("ath9k: Fix MAC HW hang check for AR9003")
>
> Reported-by: Gregg Wonderly <[email protected]>
> Link: https://lore.kernel.org/linux-wireless/[email protected]/
> Signed-off-by: Peter Seiderer <[email protected]>

Alright, better, thanks! Let's try this again:

Acked-by: Toke Høiland-Jørgensen <[email protected]>