X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F200-no_debug.patch;h=89b46082dc3e32d8bc869fe803287088a4cf5cc4;hp=48a4e76d07bb097c33ab2eeb26616cf3d3a97324;hb=6ccf8044b3f562cd8d504e0976d325efe1f9ba8a;hpb=3cefc94b000cd0ecdbc21fe74b5e115f7766104e diff --git a/package/madwifi/patches/200-no_debug.patch b/package/madwifi/patches/200-no_debug.patch index 48a4e76d07..89b46082dc 100644 --- a/package/madwifi/patches/200-no_debug.patch +++ b/package/madwifi/patches/200-no_debug.patch @@ -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) */