diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-03-17 05:32:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:44:15 -0400 |
commit | c08148bb7540c4547691c8fbe6db80edaf26cf10 (patch) | |
tree | f3e06925d10457f9776e6b7192dbd3a6726242d3 /drivers | |
parent | 7d4b829a93c9b2bd1ed68c26f42e803041726f4b (diff) |
ath9k: Add QCA953x WMAC platform support
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ahb.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index a5684c38dcd9..a0398fe3eb28 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[] = { | |||
39 | .name = "qca955x_wmac", | 39 | .name = "qca955x_wmac", |
40 | .driver_data = AR9300_DEVID_QCA955X, | 40 | .driver_data = AR9300_DEVID_QCA955X, |
41 | }, | 41 | }, |
42 | { | ||
43 | .name = "qca953x_wmac", | ||
44 | .driver_data = AR9300_DEVID_AR953X, | ||
45 | }, | ||
42 | {}, | 46 | {}, |
43 | }; | 47 | }; |
44 | 48 | ||
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 2509c2ff0828..177cd16dfcec 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -3048,6 +3048,7 @@ static struct { | |||
3048 | { AR_SREV_VERSION_9462, "9462" }, | 3048 | { AR_SREV_VERSION_9462, "9462" }, |
3049 | { AR_SREV_VERSION_9550, "9550" }, | 3049 | { AR_SREV_VERSION_9550, "9550" }, |
3050 | { AR_SREV_VERSION_9565, "9565" }, | 3050 | { AR_SREV_VERSION_9565, "9565" }, |
3051 | { AR_SREV_VERSION_9531, "9531" }, | ||
3051 | }; | 3052 | }; |
3052 | 3053 | ||
3053 | /* For devices with external radios */ | 3054 | /* For devices with external radios */ |