On Wed, Sep 01, 2010 at 04:45:46PM -0700, Luis R. Rodriguez wrote: > Just hit this > > /* > * Lets not bother rate control if we're associated and cannot > * talk to the sta. This should not happen. > */ > if (WARN(test_bit(SCAN_SW_SCANNING, &tx->local->scanning) && > (sta_flags & WLAN_STA_ASSOC) && > !rate_usable_index_exists(sband, &tx->sta->sta), > "%s: Dropped data frame as no usable bitrate found while " > "scanning and associated. Target station: " > "%pM on %d GHz band\n", > tx->sdata->name, hdr->addr1, > tx->channel->band ? 5 : 2)) > return TX_DROP; Also seeing that here: https://bugzilla.redhat.com/show_bug.cgi?id=606393 "I surmise that the device is exiting dynamic power saving mode and attempting to transmit a frame to notify the AP that it is awake. Instead, it is hitting this check in ieee80211_tx_h_rate_ctrl". -- me John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- 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