diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 18:55:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 18:55:39 +0000 |
commit | 97578303ff97ead0f442e58205f65fd7ffad9323 (patch) | |
tree | 289db7f0b0920d644f00723a55de72a0c2a7fec8 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 0cd21ca7859500f7045013dfecba9427c5f0b22a (diff) | |
download | upstream-97578303ff97ead0f442e58205f65fd7ffad9323.tar.gz upstream-97578303ff97ead0f442e58205f65fd7ffad9323.tar.bz2 upstream-97578303ff97ead0f442e58205f65fd7ffad9323.zip |
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.patch | 2 |
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 b46bd8d3ba..40c4cb755c 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; } |