diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-14 14:45:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-14 14:45:36 +0000 |
commit | 32f3b1e3582701ef6c8c248b9ad0a761c42bbc1b (patch) | |
tree | 29daa861c90db054d0e80c1a56cb3b82fa5a6f99 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 2070c91672046df93fbf35c777e0f13a1f73036b (diff) | |
download | mtk-20170518-32f3b1e3582701ef6c8c248b9ad0a761c42bbc1b.zip mtk-20170518-32f3b1e3582701ef6c8c248b9ad0a761c42bbc1b.tar.gz mtk-20170518-32f3b1e3582701ef6c8c248b9ad0a761c42bbc1b.tar.bz2 |
mac80211: backport required changes to support 3.9-rc kernels
SVN-Revision: 36007
Diffstat (limited to 'package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r-- | package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch index 40c4cb7..3dbdba0 100644 --- a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include <asm/unaligned.h> #include "hw.h" -@@ -519,8 +520,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -519,8 +520,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |