Hi, On Tue, 16 Oct 2018 at 12:25, Sergey Matyukevich <sergey.matyukevich.os@xxxxxxxxxxxxx> wrote: > > This patch adds support for QSR1000/QSR2000 family of chipsets > to qtnfmac_pcie platform driver. > > QSR1000/QSR2000 (aka Topaz) is a family of 80MHz, 11ac Wave2, > 4x4/2x4/2x2 chips, including single and dual band devices. > Depending on specific chip model and firmware in use, either > STA or both STA and AP modes are supported. > > Patch adds Topaz support to qtnfmac_pcie driver. Proper platform > bus will be selected on probing based on chip ID. > > Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@xxxxxxxxxxxxx> > Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@xxxxxxxxxxxxx> > Signed-off-by: Andrey Shevchenko <ashevchenko@xxxxxxxxxxxxx> > --- (snip) > diff --git a/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h b/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h > index 1fe798a9a667..40295a511224 100644 > --- a/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h > +++ b/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h > @@ -23,7 +23,7 @@ > > /* PCIE Device IDs */ > > -#define PCIE_DEVICE_ID_QTN_PEARL (0x0008) > +#define PCIE_DEVICE_ID_QSR (0x0008) > > #define QTN_REG_SYS_CTRL_CSR 0x14 > #define QTN_CHIP_ID_MASK 0xF0 > @@ -35,6 +35,8 @@ > /* FW names */ > > #define QTN_PCI_PEARL_FW_NAME "qtn/fmac_qsr10g.img" > +#define QTN_PCI_TOPAZ_FW_NAME "qtn/fmac_qsr1000.img" > +#define QTN_PCI_TOPAZ_BOOTLD_NAME "qtn/uboot_qsr1000.img" A bit late of a review/question, but how does one obtain one of these files? There's nothing in linux-firmware, and I see only one aborted attempt for adding fmac_qsr10g.img from 2016, but none for the others. Searching for these filenames also didn't reveal any external locations. Regards Jonas