summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-15 20:37:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-15 20:37:20 +0000
commit28718f2d5f3d97b77d005ba6b89d2d5af58a34be (patch)
tree87051e9c790c73b3989b0275679eeb38e9607d42 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parent14428874ae15939acd7b7b34d4d78cb1ff88f81b (diff)
downloadmtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.zip
mtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.gz
mtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.bz2
ath9k: fix crash issues caused by the ar9300 support patch
SVN-Revision: 20887
Diffstat (limited to 'package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r--package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
index 8098b22..f5d7d55 100644
--- a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
+++ b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
-@@ -431,8 +432,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -440,8 +441,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}