public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: s.gottschall@dd-wrt.com
To: linux-wireless@vger.kernel.org
Cc: Sebastian Gottschall <s.gottschall@dd-wrt.com>
Subject: [PATCH 0/1] wil6210: fix support for sparrow chipsets
Date: Tue,  4 Mar 2025 08:21:30 +0700	[thread overview]
Message-ID: <20250304012131.25970-1-s.gottschall@dd-wrt.com> (raw)

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(-)

-- 
2.35.3


             reply	other threads:[~2025-03-04  1:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04  1:21 s.gottschall [this message]
2025-03-04  1:21 ` [PATCH 1/1] wil6210: fix support for sparrow chipsets s.gottschall
2025-06-07 14:43 ` [PATCH 0/1] " Jeff Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250304012131.25970-1-s.gottschall@dd-wrt.com \
    --to=s.gottschall@dd-wrt.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox