aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-20 08:55:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-20 08:55:27 +0000
commit33e3f220b5dd485681c19500dea11097cdafe0c5 (patch)
treef42db299d819488f19172787dd33e9d6f9f78810 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parent66ba8d8fed239d02a18efbf8d02f12ee1d3fcf30 (diff)
downloadmaster-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.gz
master-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.bz2
master-187ad058-33e3f220b5dd485681c19500dea11097cdafe0c5.zip
[package] mac80211: update compat-wireless to 2009-02-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3423999261..8f41b5b8df 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
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
-@@ -493,11 +493,18 @@ static int ath9k_hw_init_macaddr(struct
+@@ -494,11 +494,18 @@ static int ath9k_hw_init_macaddr(struct
ah->macaddr[2 * i] = eeval >> 8;
ah->macaddr[2 * i + 1] = eeval & 0xff;
}