summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-02 20:41:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-02 20:41:39 +0000
commit8cfe4bf9cde2ad4b9d422854ca7229c673f9795a (patch)
tree2baf2ed807b482dfdf041206bf6ee6ee690873c2 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch
parent7a26eb9f13cd8917ab036f54a6df34934dd61525 (diff)
downloadmtk-20170518-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.zip
mtk-20170518-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.tar.gz
mtk-20170518-8cfe4bf9cde2ad4b9d422854ca7229c673f9795a.tar.bz2
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.patch2
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 7c59e1f..a19627e 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;
}