summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-13 18:55:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-13 18:55:39 +0000
commit97578303ff97ead0f442e58205f65fd7ffad9323 (patch)
tree289db7f0b0920d644f00723a55de72a0c2a7fec8 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
parent0cd21ca7859500f7045013dfecba9427c5f0b22a (diff)
downloadmtk-20170518-97578303ff97ead0f442e58205f65fd7ffad9323.zip
mtk-20170518-97578303ff97ead0f442e58205f65fd7ffad9323.tar.gz
mtk-20170518-97578303ff97ead0f442e58205f65fd7ffad9323.tar.bz2
ath9k: fix memory corruption issues on ar5416/ar91xx
SVN-Revision: 35139
Diffstat (limited to 'package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r--package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
index b46bd8d..40c4cb7 100644
--- a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
+++ b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
-@@ -524,8 +525,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -519,8 +520,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}