> +++ b/net/mac80211/driver-ops.h > @@ -1355,4 +1355,16 @@ static inline void drv_wake_tx_queue(struct > ieee80211_local *local, > local->ops->wake_tx_queue(&local->hw, &txq->txq); > } > > +static inline int drv_set_coalesce(struct ieee80211_local *local, > + struct cfg80211_coalesce > *coalesce) > +{ > + u32 ret = 0; > This doesn't seem right - now you're accepting any call even if it's not really done by the driver? 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