All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: "Korenblit, Miriam Rachel" <miriam.rachel.korenblit@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"Berg, Johannes" <johannes.berg@intel.com>
Subject: Re: [PATCH] wifi: iwlwifi: Add missing firmware info for bz-b0-* models
Date: Tue, 18 Nov 2025 13:10:42 +0100	[thread overview]
Message-ID: <87jyznee2l.wl-tiwai@suse.de> (raw)
In-Reply-To: <DM3PPF63A6024A9B48F90D1FB104CBEFC22A3F4A@DM3PPF63A6024A9.namprd11.prod.outlook.com>

On Sun, 19 Oct 2025 13:54:14 +0200,
Korenblit, Miriam Rachel wrote:
> 
> 
> > Cc: linux-wireless@vger.kernel.org; Berg, Johannes <johannes.berg@intel.com>
> > Subject: [PATCH] wifi: iwlwifi: Add missing firmware info for bz-b0-* models
> 
> Please specify the destination tree for this patch, we have iwlwifi-next and iwlwifi-fixes.
> So yours should probably be [PATCH iwlwifi-next] ....
> > 
> > The module firmware info is missing for iwlwifi-bz-b0-* models, which results in
> > the non-working WiFi on some installers or images.
> > 
> > Add the entries for iwlwifi-bz-b0-fm-c0, iwlwifi-bz-b0-gf-a0 and iwlwifi-bz-b0-hr-
> > b0.
> > 
> > Link: https://bugzilla.suse.com/show_bug.cgi?id=1252084
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > ---
> >  drivers/net/wireless/intel/iwlwifi/cfg/bz.c | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/bz.c
> > b/drivers/net/wireless/intel/iwlwifi/cfg/bz.c
> > index 3e6206e739f6..44a00acce81f 100644
> > --- a/drivers/net/wireless/intel/iwlwifi/cfg/bz.c
> > +++ b/drivers/net/wireless/intel/iwlwifi/cfg/bz.c
> > @@ -22,6 +22,9 @@
> >  #define IWL_BZ_A_FM_B_FW_PRE		"iwlwifi-bz-a0-fm-b0"
> >  #define IWL_BZ_A_FM_C_FW_PRE		"iwlwifi-bz-a0-fm-c0"
> >  #define IWL_BZ_A_FM4_B_FW_PRE		"iwlwifi-bz-a0-fm4-b0"
> > +#define IWL_BZ_B_FM_C_FW_PRE		"iwlwifi-bz-b0-fm-c0"
> > +#define IWL_BZ_B_GF_A_FW_PRE		"iwlwifi-bz-b0-gf-a0"
> > +#define IWL_BZ_B_HR_B_FW_PRE		"iwlwifi-bz-b0-hr-b0"
> >  #define IWL_GL_B_FM_B_FW_PRE		"iwlwifi-gl-b0-fm-b0"
> >  #define IWL_GL_C_FM_C_FW_PRE		"iwlwifi-gl-c0-fm-c0"
> > 
> > @@ -104,5 +107,8 @@ const struct iwl_mac_cfg iwl_gl_mac_cfg = {
> > IWL_CORE_FW(IWL_BZ_A_FM_B_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > IWL_CORE_FW(IWL_BZ_A_FM_C_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > IWL_CORE_FW(IWL_BZ_A_FM4_B_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > +IWL_CORE_FW(IWL_BZ_B_FM_C_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > +IWL_CORE_FW(IWL_BZ_B_GF_A_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > +IWL_CORE_FW(IWL_BZ_B_HR_B_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> >  IWL_CORE_FW(IWL_GL_B_FM_B_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> > IWL_CORE_FW(IWL_GL_C_FM_C_FW_PRE, IWL_BZ_UCODE_CORE_MAX);
> 
> Those FW files should really be added to the relevant rf-*.h files
> (yes, I know there are already others here but those should move as well)
> 
> So for example, iwlwifi-bz-b0-fm-c0 should go to rf-fm.h etc.

Sorry for the late reaction, as I was too much side-tracked.

I saw you already moved the stuff into rf-fm.c on linux-next, so I'm
going to resubmit v2 after the rebase.


thanks,

Takashi

      reply	other threads:[~2025-11-18 12:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15 14:12 [PATCH] wifi: iwlwifi: Add missing firmware info for bz-b0-* models Takashi Iwai
2025-10-19 11:54 ` Korenblit, Miriam Rachel
2025-11-18 12:10   ` Takashi Iwai [this message]

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=87jyznee2l.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=johannes.berg@intel.com \
    --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.