> +     if (changed & WIPHY_PARAM_COVERAGE_CLASS) {
> +             if (!local->ops->set_coverage_class)
> +                     return -EOPNOTSUPP;
> +             local->ops->set_coverage_class(&local->hw,
> +                                            wiphy->coverage_class);
> +     }

You should have a drv_ inline wrapper, tracer and a might_sleep() in
that.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to