aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-12 01:15:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-12-12 01:15:23 +0000
commit4d4ee5548507f41446019229223dcfccc05c549f (patch)
tree57d1d49bac97268802505d600610e2685d4b3786 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parent0ea5f613de9d0c8090c07e4312982614d49aa170 (diff)
downloadupstream-4d4ee5548507f41446019229223dcfccc05c549f.tar.gz
upstream-4d4ee5548507f41446019229223dcfccc05c549f.tar.bz2
upstream-4d4ee5548507f41446019229223dcfccc05c549f.zip
ath9k: merge a few pending cleanup patches
SVN-Revision: 24502
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 a47552399e..700854d21c 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"
-@@ -436,8 +437,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -428,8 +429,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}