projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: update rdate server list
[openwrt.git]
/
package
/
mac80211
/
patches
/
407-ath9k-override-mac-address-from-platform-data.patch
diff --git
a/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch
b/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch
index
2444db4
..
44b4577
100644
(file)
--- a/
package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch
+++ b/
package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch
@@
-18,7
+18,7
@@
#include "ath9k.h"
#include "ath9k.h"
-@@ -52
2,6 +523
,7 @@ static void ath9k_init_misc(struct ath_s
+@@ -52
6,6 +527
,7 @@ static void ath9k_init_misc(struct ath_s
static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid,
const struct ath_bus_ops *bus_ops)
{
static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid,
const struct ath_bus_ops *bus_ops)
{
@@
-26,7
+26,7
@@
struct ath_hw *ah = NULL;
struct ath_common *common;
int ret = 0, i;
struct ath_hw *ah = NULL;
struct ath_common *common;
int ret = 0, i;
-@@ -5
35,7 +537
,7 @@ static int ath9k_init_softc(u16 devid, s
+@@ -5
40,7 +542
,7 @@ 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;
@@
-35,7
+35,7
@@
ah->ah_flags |= AH_USE_EEPROM;
common = ath9k_hw_common(ah);
ah->ah_flags |= AH_USE_EEPROM;
common = ath9k_hw_common(ah);
-@@ -5
68,6 +570
,9 @@ static int ath9k_init_softc(u16 devid, s
+@@ -5
76,6 +578
,9 @@ static int ath9k_init_softc(u16 devid, s
if (ret)
goto err_hw;
if (ret)
goto err_hw;
This page took
0.025466 seconds
and
4
git commands to generate.