diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-18 19:58:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-18 19:58:53 +0000 |
commit | 0aabd7a6fbbdba2367e951031ed35016e0b7ee1b (patch) | |
tree | 2e125bd699ff9f332b60f78a0a9d6afa76eedcb6 /package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 2a60be271a96e468804f1cc73202829ea00c9e93 (diff) | |
download | upstream-0aabd7a6fbbdba2367e951031ed35016e0b7ee1b.tar.gz upstream-0aabd7a6fbbdba2367e951031ed35016e0b7ee1b.tar.bz2 upstream-0aabd7a6fbbdba2367e951031ed35016e0b7ee1b.zip |
ath9k: merge a few reset / calibration fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38854 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 | 6 |
1 files changed, 3 insertions, 3 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 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 <linux/io.h> +@@ -18,6 +18,7 @@ #include <linux/slab.h> #include <linux/module.h> + #include <linux/time.h> +#include <linux/etherdevice.h> #include <asm/unaligned.h> #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; } |