On Wed, 2014-12-03 at 18:08 +0200, Arik Nemtsov wrote:

> +void nl80211_send_reg_change_event(struct regulatory_request *request)
> +{
> +     nl80211_common_reg_change_event(NL80211_CMD_REG_CHANGE, request);
> +}
> +
> +void nl80211_send_wiphy_reg_change_event(struct regulatory_request *request)
> +{
> +     nl80211_common_reg_change_event(NL80211_CMD_WIPHY_REG_CHANGE, request);
> +}

These are trivial wrappers, I'd make them inlines.

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to