On Thu, 2014-01-30 at 09:52 +0100, Janusz Dziedzic wrote: I'll apply this, but I think we should think about this: > @@ -950,11 +1027,18 @@ static void handle_channel(struct wiphy *wiphy, > + max_bandwidth_khz = freq_range->max_bandwidth_khz; > + /* Check if auto calculation requested */ > + if (!max_bandwidth_khz) { > + regd = reg_get_regdomain(wiphy); > + max_bandwidth_khz = reg_get_max_bandwidth(regd, reg_rule); > + } It seems rather odd to have to look up the regdomain here, when we actually came from a regdomain update originally. Or didn't we? 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