diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-15 20:37:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-15 20:37:20 +0000 |
commit | 28718f2d5f3d97b77d005ba6b89d2d5af58a34be (patch) | |
tree | 87051e9c790c73b3989b0275679eeb38e9607d42 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 14428874ae15939acd7b7b34d4d78cb1ff88f81b (diff) | |
download | upstream-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.gz upstream-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.bz2 upstream-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.zip |
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.patch | 2 |
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 8098b22e23..f5d7d554f5 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; } |