diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-03 13:13:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 16:36:24 -0400 |
commit | 9476f4d6368b60f06eb7e27f2fbd264b4718b0ed (patch) | |
tree | 8dc619a100268edc3af0ebc201f2fb5a3d1108bf /drivers/net/wireless/ath | |
parent | 813831dc67ae06abc35d28fa6995553a01f25a94 (diff) |
ath9k: add platform_device_id for AR9550
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ahb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index 4a4e8a2b9d2c..3a69804f4c16 100644 --- a/drivers/net/wireless/ath/ath9k/ahb.c +++ b/drivers/net/wireless/ath/ath9k/ahb.c | |||
@@ -35,6 +35,10 @@ static const struct platform_device_id ath9k_platform_id_table[] = { | |||
35 | .name = "ar934x_wmac", | 35 | .name = "ar934x_wmac", |
36 | .driver_data = AR9300_DEVID_AR9340, | 36 | .driver_data = AR9300_DEVID_AR9340, |
37 | }, | 37 | }, |
38 | { | ||
39 | .name = "qca955x_wmac", | ||
40 | .driver_data = AR9300_DEVID_QCA955X, | ||
41 | }, | ||
38 | {}, | 42 | {}, |
39 | }; | 43 | }; |
40 | 44 | ||