X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fcfg80211.h;h=9c45b905aefc90092f38f4badc4294689c994777;hb=bb9c03d8a6893517737b16fdbeb54be3c73b3023;hp=a56bac1e69e03592f1e7d344fb757786574d953e;hpb=f9181f4ffc71d7b7dd1906c9a11d51d6659220ae;p=pandora-kernel.git diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index a56bac1e69e0..9c45b905aefc 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -810,6 +810,7 @@ struct cfg80211_disassoc_request { * @beacon_interval: beacon interval to use * @privacy: this is a protected network, keys will be configured * after joining + * @basic_rates: bitmap of basic rates to use when creating the IBSS */ struct cfg80211_ibss_params { u8 *ssid; @@ -818,6 +819,7 @@ struct cfg80211_ibss_params { u8 *ie; u8 ssid_len, ie_len; u16 beacon_interval; + u32 basic_rates; bool channel_fixed; bool privacy; };