summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
diff options
context:
space:
mode:
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, 0 insertions, 24 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
deleted file mode 100644
index 15ea82c8c..000000000
--- a/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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,
-+ },
- {},
- };
-