On Wed, 2016-08-10 at 12:33 +0200, Arend van Spriel wrote: > The wrapper rdev_set_coalesce() checks whether the driver provides > the set_coalesce callback and returns -ENOTSUPP if not. However, this > check is already performed in nl80211_set_coalesce() resulting in > -EOPNOTSUPP. This patch removes check from rdev wrapper function. What's the point though? Presumably the compiler will optimise it out, and it seems safer to have it this way? Same for all patches in this series. 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