nl80211/mac80211: define and allow configuring mesh element TTL
[firefly-linux-kernel-4.4.55.git] / include / net / cfg80211.h
index 6b2af7aeddd342b84ca80d26e2c12730f6207acd..93a4b2068334aba79a1a0eeb5795977ff8e3ab78 100644 (file)
@@ -624,6 +624,8 @@ struct mesh_config {
        u16 dot11MeshMaxPeerLinks;
        u8  dot11MeshMaxRetries;
        u8  dot11MeshTTL;
+       /* ttl used in path selection information elements */
+       u8  element_ttl;
        bool auto_open_plinks;
        /* HWMP parameters */
        u8  dot11MeshHWMPmaxPREQretries;