From bac83378e74eeae366b80d209dcd7b442f1d4012 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 19 Dec 2013 17:18:07 +0000 Subject: ath9k: merge another round of upstream (or -pending) fixes and cleanups Signed-off-by: Felix Fietkau SVN-Revision: 39138 --- .../mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch') 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 e90034996a..39096a5e30 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 #include "hw.h" -@@ -504,8 +505,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -462,8 +463,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } -- cgit v1.2.3