diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 20:41:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-02 20:41:39 +0000 |
commit | 8cfe4bf9cde2ad4b9d422854ca7229c673f9795a (patch) | |
tree | 2baf2ed807b482dfdf041206bf6ee6ee690873c2 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 7a26eb9f13cd8917ab036f54a6df34934dd61525 (diff) | |
download | upstream-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.tar.gz upstream-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.tar.bz2 upstream-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.zip |
mac80211: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34464
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 7c59e1f109..a19627e09c 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" -@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |