projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: add a separate config symbol for 802.11n driver support
[openwrt.git]
/
package
/
mac80211
/
patches
/
300-ath9k_gpio_settings.patch
diff --git
a/package/mac80211/patches/300-ath9k_gpio_settings.patch
b/package/mac80211/patches/300-ath9k_gpio_settings.patch
index
2bee610
..
af20577
100644
(file)
--- a/
package/mac80211/patches/300-ath9k_gpio_settings.patch
+++ b/
package/mac80211/patches/300-ath9k_gpio_settings.patch
@@
-1,7
+1,7
@@
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
-@@ -
932,6 +932
,12 @@ int ath9k_init_debug(struct ath_hw *ah)
- sc
->debug.debugfs_phy, &ah->config.cwm_ignore_extcca
))
+@@ -
1145,6 +1145
,12 @@ int ath9k_init_debug(struct ath_hw *ah)
+ sc
, &fops_regdump
))
goto err;
+ debugfs_create_u32("gpio_mask", S_IRUSR | S_IWUSR,
goto err;
+ debugfs_create_u32("gpio_mask", S_IRUSR | S_IWUSR,
@@
-15,7
+15,7
@@
err:
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
err:
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -7
51,6 +751
,8 @@ struct ath_hw {
+@@ -7
95,6 +795
,8 @@ struct ath_hw {
int initPDADC;
int PDADCdelta;
u8 led_pin;
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
struct ar5416IniArray iniCommon;
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1
182,6 +118
2,20 @@ static bool ath9k_hw_channel_change(stru
+@@ -1
212,6 +121
2,20 @@ static bool ath9k_hw_channel_change(stru
return true;
}
return true;
}
@@
-47,7
+47,7
@@
bool ath9k_hw_check_alive(struct ath_hw *ah)
{
int count = 50;
bool ath9k_hw_check_alive(struct ath_hw *ah)
{
int count = 50;
-@@ -1
468,6 +1482
,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
+@@ -1
500,6 +1514
,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
if (AR_SREV_9300_20_OR_LATER(ah))
ar9003_hw_bb_watchdog_config(ah);
if (AR_SREV_9300_20_OR_LATER(ah))
ar9003_hw_bb_watchdog_config(ah);
This page took
0.031284 seconds
and
4
git commands to generate.