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(), and put it into the if() please? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part