aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-08-15 08:26:38 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-08-15 08:26:38 +0000
commit70b742bbb6414eeba2b8d74c16f2b78bfef3e00d (patch)
treee14ecf46a801fd3cd8c81bf0421c0725f2e39488 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parentefb1b71e7c4df6eed83dce18dae71d0b332f07eb (diff)
downloadupstream-70b742bbb6414eeba2b8d74c16f2b78bfef3e00d.tar.gz
upstream-70b742bbb6414eeba2b8d74c16f2b78bfef3e00d.tar.bz2
upstream-70b742bbb6414eeba2b8d74c16f2b78bfef3e00d.zip
[mac80211] Update to compat-wireless-2009-08-15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 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 e740c90abe..e60a50f07e 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/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -534,8 +534,18 @@ static int ath9k_hw_init_macaddr(struct
+@@ -521,8 +521,18 @@ static int ath9k_hw_init_macaddr(struct
ah->macaddr[2 * i] = eeval >> 8;
ah->macaddr[2 * i + 1] = eeval & 0xff;
}