Hi, On Sat, 2010-04-17 at 07:05 -0700, Sedat Dilek wrote: > I have already sent an bug-report "iwl3945: Network dropouts w/ > flash-stream in firefox" in [1]. > Unfortunately, the problem still remains, especially when > fast-forwarding flash movies in firefox-3.6.3. > It seems the wifi-card is hanging and my system needs a coldstart. Is this a recent problem? How regularly do you update your kernel? > > The kernel I use is a Linux-2.6.34-rc4-git4 with these 3 patches in addition: Where can I access this kernel's git repo? > According to Johannes (on IRC) iwl3945 doesn't use internal scans yet > (see my patch below). > Thus, I am not sure if this needs to be fixed separately for iwl3945 > and if I ran into a scan race condition here. Does this patch make any difference for you? > Hope, this helps. It does. Thank you. As a sanity check, could you please try this patch? diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index c8cd169..1ad15bd 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -814,7 +814,7 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata) changed |= BSS_CHANGED_ASSOC; sdata->vif.bss_conf.assoc = false; - ieee80211_set_wmm_default(sdata); + /*ieee80211_set_wmm_default(sdata);*/ /* channel(_type) changes are handled by ieee80211_hw_config */ local->oper_channel_type = NL80211_CHAN_NO_HT; -- 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