aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-22 07:13:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-22 07:13:30 +0000
commite4489675b560ba14e74ed760f0ee9b96923ecad8 (patch)
tree57641e00bf9b06481b08a226ca91343041ba881c /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parentf1da5431bb3e440f3d1337a8ec08cc09611a1550 (diff)
downloadupstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.gz
upstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.tar.bz2
upstream-e4489675b560ba14e74ed760f0ee9b96923ecad8.zip
mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
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 1780fc7b31..687d9e4775 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"
-@@ -494,8 +495,18 @@ static int ath9k_hw_init_macaddr(struct
+@@ -489,8 +490,18 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}