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/542-ath9k_debugfs_diag.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/542-ath9k_debugfs_diag.patch')
-rw-r--r-- | package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch index b17585575a..ba64587e3f 100644 --- a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch +++ b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch @@ -94,7 +94,7 @@ void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause); --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1861,6 +1861,20 @@ fail: +@@ -1863,6 +1863,20 @@ fail: return -EINVAL; } @@ -115,7 +115,7 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan, struct ath9k_hw_cal_data *caldata, bool fastcc) { -@@ -2060,6 +2074,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st +@@ -2065,6 +2079,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st } ath9k_hw_apply_gpio_override(ah); |