diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-10 14:31:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-10 14:31:22 +0000 |
commit | d45a1618eb4fe2b9d7ca1ef5b95df2e0ca158119 (patch) | |
tree | 69a4d9749ff6c511bb39905d22d9d63bd4741a01 /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | a05d20a60f462ef3ebd90b4b966bf800efcbe67a (diff) | |
download | upstream-d45a1618eb4fe2b9d7ca1ef5b95df2e0ca158119.tar.gz upstream-d45a1618eb4fe2b9d7ca1ef5b95df2e0ca158119.tar.bz2 upstream-d45a1618eb4fe2b9d7ca1ef5b95df2e0ca158119.zip |
ath9k: add some cleanups and minor fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38354
Diffstat (limited to 'package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r-- | package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch index 8ca791fcfa..c25f9d0cce 100644 --- a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include <asm/unaligned.h> #include "hw.h" -@@ -517,8 +518,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -513,8 +514,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |