diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-10 00:21:25 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-10 00:21:25 +0000 |
commit | b01eb369ce4b236f214c74dc7a30f65474ddf8d3 (patch) | |
tree | 5b2c6f7f1a90ddd05e706bbe1dbce54223eea283 /package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch | |
parent | 718ffca5834751d2a352dd7a1fc6b9c09b0aeef5 (diff) |
mac80211: update to latest version, fix tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch')
-rw-r--r-- | package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch b/package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch deleted file mode 100644 index b27efb98eb..0000000000 --- a/package/mac80211/patches/574-ath9k-add-BB-name-string-for-AR9550.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 7ea9d187a4334e35d9ed1a3cbeb85d0b1275b24c Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Mon, 2 Jul 2012 17:10:14 +0200 -Subject: [PATCH 05/20] ath9k: add BB name string for AR9550 - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> -Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> ---- - drivers/net/wireless/ath/ath9k/hw.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/drivers/net/wireless/ath/ath9k/hw.c -+++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -3135,6 +3135,7 @@ static struct { - { AR_SREV_VERSION_9340, "9340" }, - { AR_SREV_VERSION_9485, "9485" }, - { AR_SREV_VERSION_9462, "9462" }, -+ { AR_SREV_VERSION_9550, "9550" }, - }; - - /* For devices with external radios */ |