projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: add more wps config methods to the config
[openwrt.git]
/
package
/
madwifi
/
patches
/
459-2.6.33_compile.patch
diff --git
a/package/madwifi/patches/459-2.6.33_compile.patch
b/package/madwifi/patches/459-2.6.33_compile.patch
index
e3b94b1
..
4e08a01
100644
(file)
--- a/
package/madwifi/patches/459-2.6.33_compile.patch
+++ b/
package/madwifi/patches/459-2.6.33_compile.patch
@@
-15,7
+15,7
@@
char *uts_release = UTS_RELEASE;
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
char *uts_release = UTS_RELEASE;
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -11580,227 +11580,231 @@ static int mincalibrate = 1; /* once a
+@@ -11580,227 +11580,231 @@ static int mincalibrate = 1; /* once a
static int maxint = 0x7fffffff; /* 32-bit big */
static const ctl_table ath_sysctl_template[] = {
static int maxint = 0x7fffffff; /* 32-bit big */
static const ctl_table ath_sysctl_template[] = {
@@
-309,7
+309,7
@@
.procname = "debug",
.mode = 0644,
.data = &ath_debug,
.procname = "debug",
.mode = 0644,
.data = &ath_debug,
-@@ -11974,14 +11982,14 @@ static ctl_table ath_static_sysctls[] =
+@@ -11974,14 +11982,14 @@ static ctl_table ath_static_sysctls[] =
.proc_handler = proc_dointvec
},
#endif
.proc_handler = proc_dointvec
},
#endif
@@
-326,7
+326,7
@@
.procname = "calibrate",
.mode = 0644,
.data = &ath_calinterval,
.procname = "calibrate",
.mode = 0644,
.data = &ath_calinterval,
-@@ -11993,14 +12001,14 @@ static ctl_table ath_static_sysctls[] =
+@@ -11993,14 +12001,14 @@ static ctl_table ath_static_sysctls[] =
{ 0 }
};
static ctl_table ath_ath_table[] = {
{ 0 }
};
static ctl_table ath_ath_table[] = {
This page took
0.032074 seconds
and
4
git commands to generate.