From: Sujith Manoharan <c_man...@qca.qualcomm.com>

Signed-off-by: Sujith Manoharan <c_man...@qca.qualcomm.com>
---
 drivers/net/wireless/ath/ath9k/ahb.c | 4 ++++
 drivers/net/wireless/ath/ath9k/hw.c  | 1 +
 2 files changed, 5 insertions(+)

diff --git a/drivers/net/wireless/ath/ath9k/ahb.c 
b/drivers/net/wireless/ath/ath9k/ahb.c
index 2dff276..61a1fff 100644
--- a/drivers/net/wireless/ath/ath9k/ahb.c
+++ b/drivers/net/wireless/ath/ath9k/ahb.c
@@ -39,6 +39,10 @@ static const struct platform_device_id 
ath9k_platform_id_table[] = {
                .name = "qca955x_wmac",
                .driver_data = AR9300_DEVID_QCA955X,
        },
+       {
+               .name = "qca953x_wmac",
+               .driver_data = AR9300_DEVID_AR953X,
+       },
        {},
 };
 
diff --git a/drivers/net/wireless/ath/ath9k/hw.c 
b/drivers/net/wireless/ath/ath9k/hw.c
index f9cd9d3..d91403f 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -3047,6 +3047,7 @@ static struct {
        { AR_SREV_VERSION_9462,         "9462" },
        { AR_SREV_VERSION_9550,         "9550" },
        { AR_SREV_VERSION_9565,         "9565" },
+       { AR_SREV_VERSION_9531,         "9531" },
 };
 
 /* For devices with external radios */
-- 
1.9.0

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to