mbox series

[0/1] wil6210: fix support for sparrow chipsets

Message ID 20250304012131.25970-1-s.gottschall@dd-wrt.com (mailing list archive)
Headers show
Series wil6210: fix support for sparrow chipsets | expand

Message

Sebastian Gottschall March 4, 2025, 1:21 a.m. UTC
From: Sebastian Gottschall <s.gottschall@dd-wrt.com>

the wil6210 driver irq handling code is unconditionally writing
edma irq registers which are supposed to be only used on Talyn chipsets.
This however leade to a chipset hang on the older sparrow chipset
generation and firmware will not even boot.
Fix that by simply checking for edma support before handling these
registers.

Tested on Netgear R9000

Sebastian Gottschall (1):
  wil6210: fix support for sparrow chipsets

 drivers/net/wireless/ath/wil6210/interrupt.c | 26 ++++++++++++--------
 1 file changed, 16 insertions(+), 10 deletions(-)