diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:52:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:52:11 +0000 |
commit | a03d97d38334970884c5ba206c649ad37e126ad5 (patch) | |
tree | fbadbab05214f3c0935fb950ecdd6af542e07579 /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 3e833dcf9063ff99467854e43a81547e90199f3e (diff) | |
download | upstream-a03d97d38334970884c5ba206c649ad37e126ad5.tar.gz upstream-a03d97d38334970884c5ba206c649ad37e126ad5.tar.bz2 upstream-a03d97d38334970884c5ba206c649ad37e126ad5.zip |
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
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.patch | 2 |
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; } |