Message ID | iwlwifi.20201126100650.59913739823b.I3763196cd3f7bb36f3dcabf02ec4e7c4fe859c0f@changeid |
---|---|
State | New |
Headers | show |
Series | [for,v5.10] iwlwifi: pcie: add one missing entry for AX210 | expand |
Luca Coelho <luca@coelho.fi> wrote: > From: Luca Coelho <luciano.coelho@intel.com> > > The 0x0024 subsytem device ID was missing from the list, so some AX210 > devices were not recognized. Add it. > > Reported-by: Heiner Kallweit <hkallweit1@gmail.com> > Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Looks identical with: https://patchwork.kernel.org/project/linux-wireless/patch/iwlwifi.20201202143859.308eab4db42c.I3763196cd3f7bb36f3dcabf02ec4e7c4fe859c0f@changeid/ Patch set to Superseded. -- https://patchwork.kernel.org/project/linux-wireless/patch/iwlwifi.20201126100650.59913739823b.I3763196cd3f7bb36f3dcabf02ec4e7c4fe859c0f@changeid/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c index 129021f26791..466a967da39c 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c @@ -536,6 +536,7 @@ static const struct pci_device_id iwl_hw_card_ids[] = { {IWL_PCI_DEVICE(0x2725, 0x0090, iwlax211_2ax_cfg_so_gf_a0)}, {IWL_PCI_DEVICE(0x2725, 0x0020, iwlax210_2ax_cfg_ty_gf_a0)}, + {IWL_PCI_DEVICE(0x2725, 0x0024, iwlax210_2ax_cfg_ty_gf_a0)}, {IWL_PCI_DEVICE(0x2725, 0x0310, iwlax210_2ax_cfg_ty_gf_a0)}, {IWL_PCI_DEVICE(0x2725, 0x0510, iwlax210_2ax_cfg_ty_gf_a0)}, {IWL_PCI_DEVICE(0x2725, 0x0A10, iwlax210_2ax_cfg_ty_gf_a0)},