]> Pileus Git - ~andy/linux/blobdiff - net/mac80211/ieee80211_i.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[~andy/linux] / net / mac80211 / ieee80211_i.h
index 89ce1e329b5d64fe0430e0b4cf744c852ffa295d..a77849970914eb15634b8d23d8b30f6f75e8a2ef 100644 (file)
@@ -488,8 +488,9 @@ struct ieee80211_if_mesh {
        struct mesh_config mshcfg;
        u32 mesh_seqnum;
        bool accepting_plinks;
-       const u8 *vendor_ie;
-       u8 vendor_ie_len;
+       const u8 *ie;
+       u8 ie_len;
+       bool is_secure;
 };
 
 #ifdef CONFIG_MAC80211_MESH