Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Openwrt Chaos Calmer Dev Edition 2015
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nounous-archives
Openwrt Chaos Calmer Dev Edition 2015
Commits
3cefc94b
Commit
3cefc94b
authored
18 years ago
by
nbd
Browse files
Options
Downloads
Patches
Plain Diff
fix debug patch for ahb
git-svn-id:
svn://svn.openwrt.org/openwrt/trunk@6331
3c298f89-4303-0410-b956-a3cf2f4a3e73
parent
48ba3e70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/madwifi/patches/200-no_debug.patch
+30
-21
30 additions, 21 deletions
package/madwifi/patches/200-no_debug.patch
with
30 additions
and
21 deletions
package/madwifi/patches/200-no_debug.patch
+
30
−
21
View file @
3cefc94b
diff -
N
ur madwifi
-0.9.2.1
/ath/if_ath.c madwifi
-0.9.2.1-nodebug
/ath/if_ath.c
--- madwifi
-0.9.2.1
/ath/if_ath.c 200
6
-0
7-08 08:47:19.000000000
+0
2
00
+++ madwifi
-0.9.2.1-nodebug
/ath/if_ath.c 2007-02-20
11:48:05.000000000
+0100
diff -ur madwifi
.old
/ath/if_ath.c madwifi
.dev
/ath/if_ath.c
--- madwifi
.old
/ath/if_ath.c 200
7
-0
2-20 22:50:52.277096688
+0
1
00
+++ madwifi
.dev
/ath/if_ath.c 2007-02-20
22:53:50.476006336
+0100
@@ -72,7 +72,7 @@
#include <net80211/if_llc.h>
#endif
...
...
@@ -10,9 +10,18 @@ diff -Nur madwifi-0.9.2.1/ath/if_ath.c madwifi-0.9.2.1-nodebug/ath/if_ath.c
#include "if_athrate.h"
#include "net80211/if_athproto.h"
diff -Nur madwifi-0.9.2.1/ath_rate/amrr/amrr.c madwifi-0.9.2.1-nodebug/ath_rate/amrr/amrr.c
--- madwifi-0.9.2.1/ath_rate/amrr/amrr.c 2006-07-04 12:23:35.000000000 +0200
+++ madwifi-0.9.2.1-nodebug/ath_rate/amrr/amrr.c 2007-02-20 11:49:10.000000000 +0100
@@ -347,7 +347,7 @@
ath_keyprint(__func__, ix, hk, mac); \
} while (0)
#else /* defined(AR_DEBUG) */
-#define IFF_DUMPPKTS(sc, _m) netif_msg_dumppkts(&sc->sc_ic)
+#define IFF_DUMPPKTS(sc, _m)
#define DPRINTF(sc, _m, _fmt, ...)
#define KEYPRINTF(sc, k, ix, mac)
#endif /* defined(AR_DEBUG) */
diff -ur madwifi.old/ath_rate/amrr/amrr.c madwifi.dev/ath_rate/amrr/amrr.c
--- madwifi.old/ath_rate/amrr/amrr.c 2007-02-20 22:50:52.278096536 +0100
+++ madwifi.dev/ath_rate/amrr/amrr.c 2007-02-20 22:50:31.652232144 +0100
@@ -67,7 +67,7 @@
#include "amrr.h"
...
...
@@ -22,9 +31,9 @@ diff -Nur madwifi-0.9.2.1/ath_rate/amrr/amrr.c madwifi-0.9.2.1-nodebug/ath_rate/
#ifdef AMRR_DEBUG
#define DPRINTF(sc, _fmt, ...) do { \
if (sc->sc_debug & 0x10) \
diff -
N
ur madwifi
-0.9.2.1
/ath_rate/onoe/onoe.c madwifi
-0.9.2.1-nodebug
/ath_rate/onoe/onoe.c
--- madwifi
-0.9.2.1
/ath_rate/onoe/onoe.c 200
6
-0
7-04 12:23:35.000000000
+0
2
00
+++ madwifi
-0.9.2.1-nodebug
/ath_rate/onoe/onoe.c 2007-02-20
11:48:51.000000000
+0100
diff -ur madwifi
.old
/ath_rate/onoe/onoe.c madwifi
.dev
/ath_rate/onoe/onoe.c
--- madwifi
.old
/ath_rate/onoe/onoe.c 200
7
-0
2-20 22:50:52.278096536
+0
1
00
+++ madwifi
.dev
/ath_rate/onoe/onoe.c 2007-02-20
22:50:31.653231992
+0100
@@ -63,7 +63,7 @@
#include "onoe.h"
...
...
@@ -34,9 +43,9 @@ diff -Nur madwifi-0.9.2.1/ath_rate/onoe/onoe.c madwifi-0.9.2.1-nodebug/ath_rate/
#ifdef ONOE_DEBUG
enum {
ATH_DEBUG_RATE = 0x00000010, /* rate control */
diff -
N
ur madwifi
-0.9.2.1
/ath_rate/sample/sample.c madwifi
-0.9.2.1-nodebug
/ath_rate/sample/sample.c
--- madwifi
-0.9.2.1
/ath_rate/sample/sample.c 200
6
-0
7-04 12:23:35.000000000
+0
2
00
+++ madwifi
-0.9.2.1-nodebug
/ath_rate/sample/sample.c 2007-02-20
11:48:31.000000000
+0100
diff -ur madwifi
.old
/ath_rate/sample/sample.c madwifi
.dev
/ath_rate/sample/sample.c
--- madwifi
.old
/ath_rate/sample/sample.c 200
7
-0
2-20 22:50:52.278096536
+0
1
00
+++ madwifi
.dev
/ath_rate/sample/sample.c 2007-02-20
22:50:31.653231992
+0100
@@ -65,7 +65,7 @@
#include "sample.h"
...
...
@@ -46,9 +55,9 @@ diff -Nur madwifi-0.9.2.1/ath_rate/sample/sample.c madwifi-0.9.2.1-nodebug/ath_r
#ifdef SAMPLE_DEBUG
enum {
ATH_DEBUG_RATE = 0x00000010 /* rate control */
diff -
N
ur madwifi
-0.9.2.1
/net80211/ieee80211_var.h madwifi
-0.9.2.1-nodebug
/net80211/ieee80211_var.h
--- madwifi
-0.9.2.1
/net80211/ieee80211_var.h 200
6
-0
7-06 05:23:08.000000000
+0
2
00
+++ madwifi
-0.9.2.1-nodebug
/net80211/ieee80211_var.h 2007-02-20
11:43:09.00000000
0 +0100
diff -ur madwifi
.old
/net80211/ieee80211_var.h madwifi
.dev
/net80211/ieee80211_var.h
--- madwifi
.old
/net80211/ieee80211_var.h 200
7
-0
2-20 22:50:52.279096384
+0
1
00
+++ madwifi
.dev
/net80211/ieee80211_var.h 2007-02-20
22:50:31.65423184
0 +0100
@@ -37,7 +37,7 @@
/*
* Definitions for IEEE 802.11 drivers.
...
...
@@ -58,9 +67,9 @@ diff -Nur madwifi-0.9.2.1/net80211/ieee80211_var.h madwifi-0.9.2.1-nodebug/net80
#undef IEEE80211_DEBUG_REFCNT /* node refcnt stuff */
#include <net80211/ieee80211_linux.h>
diff -
N
ur madwifi
-0.9.2.1
/tools/do_multi.c madwifi
-0.9.2.1-nodebug
/tools/do_multi.c
--- madwifi
-0.9.2.1
/tools/do_multi.c 2007-02-20
11:53:44.000000000
+0100
+++ madwifi
-0.9.2.1-nodebug
/tools/do_multi.c 2007-02-20
11:58:22.00000000
0 +0100
diff -ur madwifi
.old
/tools/do_multi.c madwifi
.dev
/tools/do_multi.c
--- madwifi
.old
/tools/do_multi.c 2007-02-20
22:50:52.279096384
+0100
+++ madwifi
.dev
/tools/do_multi.c 2007-02-20
22:50:31.65423184
0 +0100
@@ -9,16 +9,20 @@
progname = basename(argv[0]);
...
...
@@ -82,9 +91,9 @@ diff -Nur madwifi-0.9.2.1/tools/do_multi.c madwifi-0.9.2.1-nodebug/tools/do_mult
if(strcmp(progname, "athkey") == 0)
ret = athkey_init(argc, argv);
if(strcmp(progname, "athstats") == 0)
diff -
N
ur madwifi
-0.9.2.1
/tools/Makefile madwifi
-0.9.2.1-nodebug
/tools/Makefile
--- madwifi
-0.9.2.1
/tools/Makefile 2007-02-20
11:53:44.000000000
+0100
+++ madwifi
-0.9.2.1-nodebug
/tools/Makefile 2007-02-20
11:57:23.00000000
0 +0100
diff -ur madwifi
.old
/tools/Makefile madwifi
.dev
/tools/Makefile
--- madwifi
.old
/tools/Makefile 2007-02-20
22:50:52.279096384
+0100
+++ madwifi
.dev
/tools/Makefile 2007-02-20
22:50:31.65423184
0 +0100
@@ -52,7 +52,7 @@
ifdef DOMULTI
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment