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 | dd604086e3a558dc5404bc4291eff75eb9a4b204 (patch) | |
tree | d8cb4ad25b0f458204828c29a2a1284aa3d73838 /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 58a1b0cefef7d136251a0cd3a4d453046661a1a6 (diff) | |
download | upstream-dd604086e3a558dc5404bc4291eff75eb9a4b204.tar.gz upstream-dd604086e3a558dc5404bc4291eff75eb9a4b204.tar.bz2 upstream-dd604086e3a558dc5404bc4291eff75eb9a4b204.zip |
ath9k: add some cleanups and minor fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38354 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; } |