On Monday, January 21, 2013 18:22:24 Martin Hundebøll wrote:
diff --git a/types.h b/types.h index 612a658..fc65df3 100644 --- a/types.h +++ b/types.h @@ -302,6 +302,12 @@ enum batadv_counters { BATADV_CNT_DAT_PUT_RX, BATADV_CNT_DAT_CACHED_REPLY_TX, #endif +#ifdef CONFIG_BATMAN_ADV_NC
BATADV_CNT_NC_CODE,
BATADV_CNT_NC_CODE_BYTES,
BATADV_CNT_NC_RECODE,
BATADV_CNT_NC_RECODE_BYTES,
+#endif BATADV_CNT_NUM, };
Kernel doc!!
Cheers, Marek