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>2014-09-27 20:52:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-27 20:52:11 +0000
commitbcc7e4a3d0a20d5f97c3d2a1bc0b06dba8656c46 (patch)
tree0c41efd2e6c17080ff8d8159670dc0ab222053b5 /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
parent58d1cc210e6870241d4b73024a87bb7d1df6b22d (diff)
downloadmaster-187ad058-bcc7e4a3d0a20d5f97c3d2a1bc0b06dba8656c46.tar.gz
master-187ad058-bcc7e4a3d0a20d5f97c3d2a1bc0b06dba8656c46.tar.bz2
master-187ad058-bcc7e4a3d0a20d5f97c3d2a1bc0b06dba8656c46.zip
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42686 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 63ab0dba6e..29c5ac9833 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"
-@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -446,8 +447,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}