diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
commit | 33e3f220b5dd485681c19500dea11097cdafe0c5 (patch) | |
tree | f42db299d819488f19172787dd33e9d6f9f78810 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 66ba8d8fed239d02a18efbf8d02f12ee1d3fcf30 (diff) | |
download | upstream-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.gz upstream-33e3f220b5dd485681c19500dea11097cdafe0c5.tar.bz2 upstream-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.patch | 2 |
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; } |