diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 21:12:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 21:12:28 +0000 |
commit | 1938d5a6691c3cfa081e94ddbf48a12e02129ec1 (patch) | |
tree | e9b959c01a78ccda243afe63c2933f8ac8447564 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 3b6e38ba6a28013728eadab9b114101cde518fe5 (diff) | |
download | upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.gz upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.bz2 upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.zip |
mac80211: update to wireless-testing 2011-03-24
SVN-Revision: 26293
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 e65d463194..3e6364c4ed 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" -@@ -433,8 +434,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -442,8 +443,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |