> > +enum nl80211_probe_resp_offload_support_attr { > > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WSC = 1<<0, > > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WSC2 = 1<<1, > > + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 1<<2, > > +}; > > Maybe BIT() macro (like below) would be better for consistency? No, this header is userspace visible, so BIT isn't easily available. 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