> > 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. It is possible > > to enable both Topaz and Pearl support in kernel configuration. > > In that case 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> > > [...] > > > --- a/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h > > +++ b/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h > > @@ -24,6 +24,7 @@ > > /* PCIE Device IDs */ > > > > #define PCIE_DEVICE_ID_QTN_PEARL (0x0008) > > +#define PCIE_DEVICE_ID_QTN_TOPAZ (0x0008) > > Same ids for both, is this really correct? Yes, that is correct. This is one of the reasons why we switched to chip ID for card identification. In fact, it can be configured in firmware, but default PCI ID values are the same for both chipsets. Regards, Sergey