diff options
author | Bartosz Markowski <bartosz.markowski@tieto.com> | 2015-11-05 09:50:43 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-11-12 21:03:05 +0200 |
commit | 034074f3a889b69325326e612b7b37f3492a65ad (patch) | |
tree | cd60cffa3c31e18c89acb047d8380b97834e0c6e /drivers/net/wireless/ath/ath10k/pci.c | |
parent | 079a0490e207c5a88e4b40cefcc331f4bce562f4 (diff) | |
download | op-kernel-dev-034074f3a889b69325326e612b7b37f3492a65ad.zip op-kernel-dev-034074f3a889b69325326e612b7b37f3492a65ad.tar.gz |
ath10k: add QCA9377 hw1.0 support
Add new BMI target version and chip id revision. Register it
on supported chips list.
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 14dce2a..679a3eb 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c @@ -86,6 +86,8 @@ static const struct ath10k_pci_supp_chip ath10k_pci_supp_chips[] = { { QCA6174_2_1_DEVICE_ID, QCA6174_HW_3_2_CHIP_ID_REV }, { QCA99X0_2_0_DEVICE_ID, QCA99X0_HW_2_0_CHIP_ID_REV }, + + { QCA9377_1_0_DEVICE_ID, QCA9377_HW_1_0_CHIP_ID_REV }, { QCA9377_1_0_DEVICE_ID, QCA9377_HW_1_1_CHIP_ID_REV }, }; |