A lot of more modern Ubiquiti AirMAX wireless devices contain a rebranded QCA988X with changed PCI vendor and device id. This patch adds support for those chips by treating them as QCA988X rev2 radios. Changes since v1: * Send patch to more people and lists Changes since v2: * Rename PCI_VENDOR_ID_UBNT to PCI_VENDOR_ID_UBIQUITI Tobias Schramm (2): pci: Add vendor id of Ubiquiti Networks ath10k: Add support for Ubiquiti rebranded QCA988X v2 drivers/net/wireless/ath/ath10k/core.c | 24 ++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/hw.h | 1 + drivers/net/wireless/ath/ath10k/pci.c | 4 ++++ include/linux/pci_ids.h | 2 ++ 4 files changed, 31 insertions(+) -- 2.16.0