diff options
Diffstat (limited to 'net/batman-adv/soft-interface.c')
| -rw-r--r-- | net/batman-adv/soft-interface.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 7188e07dfc6..7e463c3ae1d 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -665,6 +665,12 @@ static const struct {  	{ "dat_put_rx" },  	{ "dat_cached_reply_tx" },  #endif +#ifdef CONFIG_BATMAN_ADV_NC +	{ "nc_code" }, +	{ "nc_code_bytes" }, +	{ "nc_recode" }, +	{ "nc_recode_bytes" }, +#endif  };  static void batadv_get_strings(struct net_device *dev, uint32_t stringset,  |