diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-16 02:30:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-16 02:30:30 +0000 |
commit | 8083a4380b0832bba5502e0ff05f112367ee7edc (patch) | |
tree | 7e0c5d6a40bad533cb1462d94c32ceddd41f3a1c /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | c4541431779b70fdf55de91ce735caa7404a68bd (diff) | |
download | upstream-8083a4380b0832bba5502e0ff05f112367ee7edc.tar.gz upstream-8083a4380b0832bba5502e0ff05f112367ee7edc.tar.bz2 upstream-8083a4380b0832bba5502e0ff05f112367ee7edc.zip |
mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performance enhancements
SVN-Revision: 23470
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 7dd3584d68..1f3712a609 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" -@@ -446,8 +447,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |