1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:56:14 +02:00

sorry, last commit had a bug

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6332 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-02-20 22:04:49 +00:00
parent 3cefc94b00
commit 6ccf8044b3

View File

@ -15,7 +15,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
} while (0) } while (0)
#else /* defined(AR_DEBUG) */ #else /* defined(AR_DEBUG) */
-#define IFF_DUMPPKTS(sc, _m) netif_msg_dumppkts(&sc->sc_ic) -#define IFF_DUMPPKTS(sc, _m) netif_msg_dumppkts(&sc->sc_ic)
+#define IFF_DUMPPKTS(sc, _m) +#define IFF_DUMPPKTS(sc, _m) 0
#define DPRINTF(sc, _m, _fmt, ...) #define DPRINTF(sc, _m, _fmt, ...)
#define KEYPRINTF(sc, k, ix, mac) #define KEYPRINTF(sc, k, ix, mac)
#endif /* defined(AR_DEBUG) */ #endif /* defined(AR_DEBUG) */