aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-08-15 08:26:38 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-08-15 08:26:38 +0000
commit7dcdcbbc24eb8a310cca4072f6d52a7628704b8b (patch)
tree9f69a96e1a5d21117ad9520c632c5391d8756a7c /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parent92ee7505d8e1e859bee4f4b4d3435cc313aa4f64 (diff)
downloadupstream-7dcdcbbc24eb8a310cca4072f6d52a7628704b8b.tar.gz
upstream-7dcdcbbc24eb8a310cca4072f6d52a7628704b8b.tar.bz2
upstream-7dcdcbbc24eb8a310cca4072f6d52a7628704b8b.zip
Update to compat-wireless-2009-08-15
SVN-Revision: 17265
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;
}