OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813831d
)
ath9k: add platform_device_id for AR9550
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 3 Jul 2012 17:13:18 +0000
(19:13 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 9 Jul 2012 20:36:24 +0000
(16:36 -0400)
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>
drivers/net/wireless/ath/ath9k/ahb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/ahb.c
b/drivers/net/wireless/ath/ath9k/ahb.c
index
4a4e8a2
..
3a69804
100644
(file)
--- 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[] = {
.name = "ar934x_wmac",
.driver_data = AR9300_DEVID_AR9340,
},
+ {
+ .name = "qca955x_wmac",
+ .driver_data = AR9300_DEVID_QCA955X,
+ },
{},
};