aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/300-ath9k_gpio_settings.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-20 23:35:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-20 23:35:21 +0000
commite1e78982ca5084bf47cfdae96aa86dbdaf2d3165 (patch)
treec934140751b96b5e89472d5ed8bf4ad6280b306c /package/mac80211/patches/300-ath9k_gpio_settings.patch
parent1d7e6597959dec3cf7e5f62453508c92d2924e49 (diff)
downloadupstream-e1e78982ca5084bf47cfdae96aa86dbdaf2d3165.tar.gz
upstream-e1e78982ca5084bf47cfdae96aa86dbdaf2d3165.tar.bz2
upstream-e1e78982ca5084bf47cfdae96aa86dbdaf2d3165.zip
mac80211: update to wireless-testing 2010-01-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25053 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 148ff0c2cd..ed564b7b90 100644
--- a/package/mac80211/patches/300-ath9k_gpio_settings.patch
+++ b/package/mac80211/patches/300-ath9k_gpio_settings.patch
@@ -15,7 +15,7 @@
err:
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -791,6 +791,8 @@ struct ath_hw {
+@@ -794,6 +794,8 @@ struct ath_hw {
int initPDADC;
int PDADCdelta;
u8 led_pin;
@@ -26,7 +26,7 @@
struct ar5416IniArray iniCommon;
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1171,6 +1171,20 @@ static bool ath9k_hw_channel_change(stru
+@@ -1172,6 +1172,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;
-@@ -1459,6 +1473,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
+@@ -1460,6 +1474,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
if (AR_SREV_9300_20_OR_LATER(ah))
ar9003_hw_bb_watchdog_config(ah);