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
commitbc08f6adf8f54b242d030c0138c1dbe49c1b4643 (patch)
tree6f3e33bab8b9c1c3e9110fe769d1b04cd2e126fc /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parente18a175ec21376b1d151a38753930b4ac55a1aca (diff)
downloadupstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.gz
upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.bz2
upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.zip
mac80211: update compat-wireless to 2009-02-19
SVN-Revision: 14572
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;
}