projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3762561
)
ath9k: add platform device id for AR9330
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 21 Jun 2011 09:23:24 +0000
(11:23 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 22 Jun 2011 20:09:49 +0000
(16:09 -0400)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
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 5b49cd03bfdfcaa09d130c07fed1d0bab0607afe..0b36fcf8a280c66e43bb1888e1193fc414a10e02 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/ahb.c
+++ b/
drivers/net/wireless/ath/ath9k/ahb.c
@@
-26,6
+26,10
@@
static const struct platform_device_id ath9k_platform_id_table[] = {
.name = "ath9k",
.driver_data = AR5416_AR9100_DEVID,
},
+ {
+ .name = "ar933x_wmac",
+ .driver_data = AR9300_DEVID_AR9330,
+ },
{
.name = "ar934x_wmac",
.driver_data = AR9300_DEVID_AR9340,