aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-19 17:18:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-19 17:18:07 +0000
commit6f5a0548e77a502b10f25f5b99eebb7645fdddfe (patch)
tree85d832cbeb8505f2dd56c9fddfd89a00e0e86aef /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
parent86e335120ad5f245b79604252cdae0a156dd1f8c (diff)
downloadmaster-187ad058-6f5a0548e77a502b10f25f5b99eebb7645fdddfe.tar.gz
master-187ad058-6f5a0548e77a502b10f25f5b99eebb7645fdddfe.tar.bz2
master-187ad058-6f5a0548e77a502b10f25f5b99eebb7645fdddfe.zip
ath9k: merge another round of upstream (or -pending) fixes and cleanups
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39138 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r--package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
index e90034996a..39096a5e30 100644
--- a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
+++ b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
-@@ -504,8 +505,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -462,8 +463,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}