summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
commit726123e2e142abba72e7dc4da89be79200b506d9 (patch)
treedf87e3e44548906195f7e61c76c9fd769dc0845c /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parentb61a804bf76401468dc014ad730dcba3a1d0f26f (diff)
downloadmtk-20170518-726123e2e142abba72e7dc4da89be79200b506d9.zip
mtk-20170518-726123e2e142abba72e7dc4da89be79200b506d9.tar.gz
mtk-20170518-726123e2e142abba72e7dc4da89be79200b506d9.tar.bz2
mac80211: update to wireless-testing 2010-10-06
SVN-Revision: 23294
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.patch2
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 23631dc..7dd3584 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"
-@@ -451,8 +452,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -446,8 +447,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}