On Wed, 2008-06-11 at 22:05 +0200, Stefanik Gábor wrote: > - /* drop all data frame if we are not associated */ > - if ((!iwl3945_is_associated(priv) || > - ((priv->iw_mode == IEEE80211_IF_TYPE_STA) && ! > priv->assoc_id)) && > - ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)) { > - IWL_DEBUG_DROP("Dropping - !iwl3945_is_associated\n"); > - goto drop_unlock; > - } > - Skip this checking will cause firmware problem for the STA and Ad-hoc cases. I saw you had some check for "sta_id != priv->hw_params.bcast_sta_id". Where is it now? Thanks, -yi -- 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