mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
sorry, last commit had a bug
SVN-Revision: 6332
This commit is contained in:
parent
d40798d4c6
commit
6d3a4c8468
@ -15,7 +15,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
|
||||
} while (0)
|
||||
#else /* defined(AR_DEBUG) */
|
||||
-#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 KEYPRINTF(sc, k, ix, mac)
|
||||
#endif /* defined(AR_DEBUG) */
|
||||
|
Loading…
Reference in New Issue
Block a user