projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix regulatory issues with multiple cards
[openwrt.git]
/
package
/
mac80211
/
patches
/
406-ath9k-set-AH_USE_EEPROM-only-if-no-platform-data-present.patch
diff --git
a/package/mac80211/patches/406-ath9k-set-AH_USE_EEPROM-only-if-no-platform-data-present.patch
b/package/mac80211/patches/406-ath9k-set-AH_USE_EEPROM-only-if-no-platform-data-present.patch
index
77d1c7b
..
5048194
100644
(file)
--- a/
package/mac80211/patches/406-ath9k-set-AH_USE_EEPROM-only-if-no-platform-data-present.patch
+++ b/
package/mac80211/patches/406-ath9k-set-AH_USE_EEPROM-only-if-no-platform-data-present.patch
@@
-10,7
+10,7
@@
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -5
38,6 +538
,7 @@ static int ath9k_init_softc(u16 devid, s
+@@ -5
40,6 +540
,7 @@ static int ath9k_init_softc(u16 devid, s
{
struct ath_hw *ah = NULL;
struct ath_common *common;
{
struct ath_hw *ah = NULL;
struct ath_common *common;
@@
-18,7
+18,7
@@
int ret = 0, i;
int csz = 0;
int ret = 0, i;
int csz = 0;
-@@ -5
49,6 +550
,10 @@ static int ath9k_init_softc(u16 devid, s
+@@ -5
51,6 +552
,10 @@ static int ath9k_init_softc(u16 devid, s
ah->hw_version.subsysid = subsysid;
sc->sc_ah = ah;
ah->hw_version.subsysid = subsysid;
sc->sc_ah = ah;
This page took
0.022957 seconds
and
4
git commands to generate.