aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
commitb718813b57964dacdaf30a645cab112760ef1d23 (patch)
tree894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/573-ath9k-add-platform_device_id-for-AR9550.patch
parent178df184a1ce23f024d50aa3205e17974d2047e1 (diff)
downloadupstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.gz
upstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.bz2
upstream-b718813b57964dacdaf30a645cab112760ef1d23.zip
mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
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 15ea82c8c8..0000000000
--- 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,
-+ },
- {},
- };
-