From: Johannes Berg <johannes@sipsolutions.net>
To: David Wang <00107082@163.com>, miriam.rachel.korenblit@intel.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: IWL Error Log Dump since 6.17.0-rc5
Date: Wed, 10 Sep 2025 10:31:33 +0200 [thread overview]
Message-ID: <285c7cd9935d5c245ad478c5692faa927bcda245.camel@sipsolutions.net> (raw)
In-Reply-To: <487c99e0.6ed4.19932979ca5.Coremail.00107082@163.com>
On Wed, 2025-09-10 at 15:47 +0800, David Wang wrote:
> Hi,
>
> I think those error dump is introduced by commit 586e3cb33ba6890054b95aa0ade0a165890efabd("wifi: iwlwifi: fix byte count table for old devices")
>
> My wireless pcie card has device_family 15 which is less than IWL_DEVICE_FAMILY_9000, and the changes in the commit have changed the behavior for my devices.
>
> - if (trans->mac_cfg->device_family < IWL_DEVICE_FAMILY_AX210)
> + if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_9000 &&
> + trans->mac_cfg->device_family < IWL_DEVICE_FAMILY_AX210)
> len = DIV_ROUND_UP(len, 4);
I think I just got confused, and that 9000 should be 7000. Presumably
that'd work for you, I'll send a patch.
johannes
next prev parent reply other threads:[~2025-09-10 8:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 16:58 IWL Error Log Dump since 6.17.0-rc5 David Wang
2025-09-10 7:47 ` David Wang
2025-09-10 8:31 ` Johannes Berg [this message]
2025-09-12 13:44 ` IWL " David Wang
2025-09-20 15:49 ` Karsten Tausche
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=285c7cd9935d5c245ad478c5692faa927bcda245.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=00107082@163.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=miriam.rachel.korenblit@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.