On Wed, Jul 15, 2009 at 04:58:41AM -0700, Johannes Berg wrote: > On Tue, 2009-07-14 at 20:13 -0400, Luis R. Rodriguez wrote: > > > + if (unlikely((tx->local->sw_scanning) && > > + (sta_flags & WLAN_STA_ASSOC) && > > + !rate_usable_index_exists(sband, &tx->sta->sta))) { > > +#ifdef CONFIG_MAC80211_VERBOSE_DEBUG > > + printk(KERN_DEBUG "%s: dropped data frame -- no " > > + "supported rate for station %pM on %c GHz band\n", > > + tx->dev->name, hdr->addr1, > > + tx->channel->band ? '5' : '2'); > > +#endif /* CONFIG_MAC80211_VERBOSE_DEBUG */ > > + WARN_ON(1); > > + return TX_DROP; > > Can you use WARN(), sure. > and put it into the if() please? It is already in the if() branch, do you mean in the #ifdef? Luis -- 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