On Sat, 2011-10-22 at 15:11 +0200, Guy Eilam wrote: > +enum nl80211_probe_resp_offload_support_attr { > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS, > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2, > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P, > +}; I think doing = 1<<N here would be nicer to use in drivers & userspace. > + * @get_probe_resp_offload: Get probe response offload support from driver. and this seems unnecessary -- why not just put a u32 value into struct wiphy? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html