summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-03 18:05:04 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-03 18:05:04 +0000
commit08ec8f0d80ba9971f90f1a8aa29b711a95a25a35 (patch)
tree7e0e982db19910fa30396796ccef7d1ad60dd7ea /package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
parent0a5e27843553ec1beb43428168c9153717a77017 (diff)
mac80211: add support for AR9550
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch')
-rw-r--r--package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch b/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
new file mode 100644
index 000000000..15ea82c8c
--- /dev/null
+++ b/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
@@ -0,0 +1,24 @@
+From 6583f34718e322373130daaca42660c669079384 Mon Sep 17 00:00:00 2001
+From: Gabor Juhos <juhosg@openwrt.org>
+Date: Mon, 2 Jul 2012 17:15:59 +0200
+Subject: [PATCH 04/20] ath9k: add platform_device_id for AR9550
+
+Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
+Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
+---
+ drivers/net/wireless/ath/ath9k/ahb.c | 4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+--- 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 a
+ .name = "ar934x_wmac",
+ .driver_data = AR9300_DEVID_AR9340,
+ },
++ {
++ .name = "qca955x_wmac",
++ .driver_data = AR9300_DEVID_QCA955X,
++ },
+ {},
+ };
+