X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fcfg80211.h;h=e00750836ba5f8d2debf434015fa9869d19bab28;hb=9063974cdbc5463528cb6aa60c91bc0267af7bbb;hp=bcc480b8892aba4c9ce19bcc3e0fc825ff839c07;hpb=dd07a8db7283f52f347aee468007556944b5b393;p=linux-2.6 diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index bcc480b889..e00750836b 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -12,6 +12,16 @@ * Copyright 2006, 2007 Johannes Berg */ +/** + * struct vif_params - describes virtual interface parameters + * @mesh_id: mesh ID to use + * @mesh_id_len: length of the mesh ID + */ +struct vif_params { + u8 *mesh_id; + int mesh_id_len; +}; + /* Radiotap header iteration * implemented in net/wireless/radiotap.c * docs in Documentation/networking/radiotap-headers.txt @@ -108,6 +118,19 @@ enum station_flags { STATION_FLAG_WME = 1<