aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/459-2.6.33_compile.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
commit1c346885afb1d8dad16c48f5e28bf31e2692b0e9 (patch)
tree682a176590b2af13b6440a0e7e2e4c40b528138b /package/madwifi/patches/459-2.6.33_compile.patch
parentbcc4ec3c11cc6035f29f55a422199d4523e7d252 (diff)
downloadmaster-187ad058-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.gz
master-187ad058-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.bz2
master-187ad058-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.zip
package/madwifi: refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/459-2.6.33_compile.patch')
-rw-r--r--package/madwifi/patches/459-2.6.33_compile.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/459-2.6.33_compile.patch b/package/madwifi/patches/459-2.6.33_compile.patch
index e3b94b1c8a..4e08a011a4 100644
--- 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
-@@ -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[] = {
@@ -309,7 +309,7 @@
.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
@@ -326,7 +326,7 @@
.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[] = {