Sergey Matyukevich <[email protected]> writes: > 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 <[email protected]> > Signed-off-by: Sergey Matyukevich <[email protected]> > Signed-off-by: Andrey Shevchenko <[email protected]>
[...] > --- 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? -- Kalle Valo
