Guy Eilam <guy@xxxxxxxxxx> writes: > Notify the userspace of the probe response offloading > support by the driver. [...] > +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? > @@ -1690,6 +1690,7 @@ enum wiphy_flags { > WIPHY_FLAG_AP_UAPSD = BIT(14), > WIPHY_FLAG_SUPPORTS_TDLS = BIT(15), > WIPHY_FLAG_TDLS_EXTERNAL_SETUP = BIT(16), > + WIPHY_FLAG_SUPPORT_PROBE_RESP_OFFLOAD = BIT(17), > }; -- Kalle Valo -- 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