aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-21 01:43:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-21 01:43:32 +0000
commit02bf1599a3b87a41686bf1cb78d62fe71040b192 (patch)
tree6f22855403460ac626c9aef2fd165932b872110f /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parentbe39c9dc6e0c34292d10330c643b1fa903eb3cf7 (diff)
downloadupstream-02bf1599a3b87a41686bf1cb78d62fe71040b192.tar.gz
upstream-02bf1599a3b87a41686bf1cb78d62fe71040b192.tar.bz2
upstream-02bf1599a3b87a41686bf1cb78d62fe71040b192.zip
ath9k: disable PA predistortion on AR93xx for now until it is properly fixed
SVN-Revision: 25056
Diffstat (limited to 'package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r--package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
index 700854d21c..cf3f96bb17 100644
--- a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
+++ b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
-@@ -428,8 +429,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -431,8 +432,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}