> + 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