summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-03 09:18:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-03 09:18:29 +0000
commit518a96682a6df7318f18df9c27a13735db6a3959 (patch)
treebd905bb6d196f25e43bc5482a86e17136bf0b09d /package/mac80211/patches
parent43ed2ff89ddd96cb6b23d1345e3ed92847a31a58 (diff)
downloadmaster-31e0f0ae-518a96682a6df7318f18df9c27a13735db6a3959.tar.gz
master-31e0f0ae-518a96682a6df7318f18df9c27a13735db6a3959.tar.bz2
master-31e0f0ae-518a96682a6df7318f18df9c27a13735db6a3959.zip
mac80211: update compat-wireless to 2009-02-02
SVN-Revision: 14385
Diffstat (limited to 'package/mac80211/patches')
-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 2a1763a93f..4539b30fef 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
-@@ -499,11 +499,18 @@ static int ath9k_hw_init_macaddr(struct
+@@ -500,11 +500,18 @@ static int ath9k_hw_init_macaddr(struct
ahp->ah_macaddr[2 * i] = eeval >> 8;
ahp->ah_macaddr[2 * i + 1] = eeval & 0xff;
}