aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/300-ath9k_gpio_settings.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
commit8847c3ff1c383c9cedf8ed1241d4f348efb91689 (patch)
tree62dc8293bafaf24baa6451bd6c4dd796c737630e /package/mac80211/patches/300-ath9k_gpio_settings.patch
parent24f9bb4ace11217f5ee948292119ac16f7e70cb7 (diff)
downloadmaster-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.tar.gz
master-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.tar.bz2
master-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.zip
mac80211: update to wireless-testing 2010-02-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25425 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/300-ath9k_gpio_settings.patch')
-rw-r--r--package/mac80211/patches/300-ath9k_gpio_settings.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/300-ath9k_gpio_settings.patch b/package/mac80211/patches/300-ath9k_gpio_settings.patch
index e13e1cf727..7235ddeb57 100644
--- a/package/mac80211/patches/300-ath9k_gpio_settings.patch
+++ b/package/mac80211/patches/300-ath9k_gpio_settings.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
-@@ -1200,6 +1200,12 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -1091,6 +1091,12 @@ int ath9k_init_debug(struct ath_hw *ah)
sc->debug.debugfs_phy, &ah->config.cwm_ignore_extcca))
goto err;
@@ -26,7 +26,7 @@
struct ar5416IniArray iniCommon;
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1175,6 +1175,20 @@ static bool ath9k_hw_channel_change(stru
+@@ -1213,6 +1213,20 @@ static bool ath9k_hw_channel_change(stru
return true;
}
@@ -47,7 +47,7 @@
bool ath9k_hw_check_alive(struct ath_hw *ah)
{
int count = 50;
-@@ -1463,6 +1477,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
+@@ -1501,6 +1515,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
if (AR_SREV_9300_20_OR_LATER(ah))
ar9003_hw_bb_watchdog_config(ah);