From 03fcc9bf43b27157fba896cb7d48a7e4ca4d02ee Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Nov 2013 19:58:53 +0000 Subject: ath9k: merge a few reset / calibration fixes Signed-off-by: Felix Fietkau SVN-Revision: 38854 --- .../patches/402-ath9k-fix-invalid-mac-address-handling.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 e347f534ff..c803c1ac84 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 @@ -1,14 +1,14 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -17,6 +17,7 @@ - #include +@@ -18,6 +18,7 @@ #include #include + #include +#include #include #include "hw.h" -@@ -512,8 +513,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; } -- cgit v1.2.3