diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-01 10:29:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-01 10:29:49 +0000 |
commit | 582d78b1adfeb660b9beaedf9ae08980b9424030 (patch) | |
tree | 8c0544b038c920e7a4d442adb5fe944f43a436a9 /package/madwifi/patches/200-no_debug.patch | |
parent | fa3bedb65d90a0ecc49b2c8f38a0a8eb14fde317 (diff) | |
download | upstream-582d78b1adfeb660b9beaedf9ae08980b9424030.tar.gz upstream-582d78b1adfeb660b9beaedf9ae08980b9424030.tar.bz2 upstream-582d78b1adfeb660b9beaedf9ae08980b9424030.zip |
clean up madwifi and sync with trunk
SVN-Revision: 7425
Diffstat (limited to 'package/madwifi/patches/200-no_debug.patch')
-rw-r--r-- | package/madwifi/patches/200-no_debug.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/madwifi/patches/200-no_debug.patch b/package/madwifi/patches/200-no_debug.patch index 6a73929420..fda9d3e557 100644 --- a/package/madwifi/patches/200-no_debug.patch +++ b/package/madwifi/patches/200-no_debug.patch @@ -38,11 +38,11 @@ diff -urN madwifi-ng-r2377-20070526.old/ath_rate/minstrel/minstrel.c madwifi-ng- #include "minstrel.h" --#define MINSTREL_DEBUG -+#undef MINSTREL_DEBUG +-#define MINSTREL_DEBUG ++#undef MINSTREL_DEBUG #ifdef MINSTREL_DEBUG enum { - ATH_DEBUG_RATE = 0x00000010 /* rate control */ + ATH_DEBUG_RATE = 0x00000010 /* rate control */ diff -urN madwifi-ng-r2377-20070526.old/ath_rate/onoe/onoe.c madwifi-ng-r2377-20070526.dev/ath_rate/onoe/onoe.c --- madwifi-ng-r2377-20070526.old/ath_rate/onoe/onoe.c 2007-05-21 19:33:26.000000000 +0200 +++ madwifi-ng-r2377-20070526.dev/ath_rate/onoe/onoe.c 2007-05-26 18:51:09.209687456 +0200 @@ -160,3 +160,4 @@ diff -urN madwifi-ng-r2377-20070526.old/tools/Makefile madwifi-ng-r2377-20070526 ln -s -f madwifi_multi $$i; \ done + |