diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
commit | b718813b57964dacdaf30a645cab112760ef1d23 (patch) | |
tree | 894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/570-ath9k-define-DEVID-for-QCA955x.patch | |
parent | 178df184a1ce23f024d50aa3205e17974d2047e1 (diff) | |
download | upstream-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/570-ath9k-define-DEVID-for-QCA955x.patch')
-rw-r--r-- | package/mac80211/patches/570-ath9k-define-DEVID-for-QCA955x.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/570-ath9k-define-DEVID-for-QCA955x.patch b/package/mac80211/patches/570-ath9k-define-DEVID-for-QCA955x.patch deleted file mode 100644 index 8713db18ed..0000000000 --- a/package/mac80211/patches/570-ath9k-define-DEVID-for-QCA955x.patch +++ /dev/null @@ -1,21 +0,0 @@ -From ba1e32844fcd396d90b357d3a620ffc1abcde614 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Mon, 2 Jul 2012 17:10:13 +0200 -Subject: [PATCH 01/20] ath9k: define DEVID for QCA955x - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> -Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> ---- - drivers/net/wireless/ath/ath9k/hw.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/drivers/net/wireless/ath/ath9k/hw.h -+++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -48,6 +48,7 @@ - #define AR9300_DEVID_AR9580 0x0033 - #define AR9300_DEVID_AR9462 0x0034 - #define AR9300_DEVID_AR9330 0x0035 -+#define AR9300_DEVID_QCA955X 0x0038 - - #define AR5416_AR9100_DEVID 0x000b - |