From: Johannes Berg Date: Fri, 3 Dec 2010 08:18:42 +0000 (+0100) Subject: mesh: add support for NL80211_MESHCONF_ELEMENT_TTL X-Git-Tag: v0.9.22~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247beb9984db618c4abc0a5f7de8ce03700974e8;p=thirdparty%2Fiw.git mesh: add support for NL80211_MESHCONF_ELEMENT_TTL --- diff --git a/mesh.c b/mesh.c index e0b6363..7c6ab3d 100644 --- a/mesh.c +++ b/mesh.c @@ -147,6 +147,9 @@ const static struct mesh_param_descr _mesh_param_descrs[] = {"mesh_ttl", NL80211_MESHCONF_TTL, _my_nla_put_u8, _parse_u8, _print_u8}, + {"mesh_element_ttl", + NL80211_MESHCONF_ELEMENT_TTL, + _my_nla_put_u8, _parse_u8, _print_u8}, {"mesh_auto_open_plinks", NL80211_MESHCONF_AUTO_OPEN_PLINKS, _my_nla_put_u8, _parse_u8_as_bool, _print_u8},