Bug 36492
Summary: | iwl4965 slow connection- package loss | ||
---|---|---|---|
Product: | Drivers | Reporter: | Marko (markodevelop) |
Component: | network-wireless | Assignee: | Stanislaw Gruszka (stf_xl) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, florian, stf_xl |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.39 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
iwl logs for 2.6.39
iwl logs for 2.6.37 iwl logs for 2.6.37 iwl logs for 2.6.39 send_tx_power_after_rxon_assoc.patch set_tx_power_only_when_needed.patch |
Description
Marko
2011-06-01 23:48:45 UTC
Created attachment 60512 [details]
iwl logs for 2.6.37
recategorised to drivers-network-wireless > facility(kern) and message("iwl4965.*"); };
I guess you wanted to make log analyse easier, but unfortunate effect is opposite. Log missing messages from functions started by iwl_ and others that are needed to see what is going on. Please provide logs with _all_ kernel messages. Thanks.
Created attachment 60582 [details]
iwl logs for 2.6.37
Created attachment 60592 [details]
iwl logs for 2.6.39
Created attachment 60662 [details]
send_tx_power_after_rxon_assoc.patch
Please test this patch. If it does not help, try to disable bluetooth coexistence:
modprobe -r iwl4965
modprobe iwl_legacy bt_coex_active=0
modprobe iwl4965
and report back.
works like a charm :) Would you still need logs created with the patched module ? Do I need to let the parameter bt_coex_active=0 as a permanent setting ? I'm glad it works. No more info is needed, I'll post the patch. Created attachment 61322 [details]
set_tx_power_only_when_needed.patch
I posted previous patch and it is on the way upstream (currently on wireless-2.6 tree), but I realized that better fix is possible, witch do not send tx power setting to device all the time, but only when these settings changed.
Marko, can you test that patch and see if driver still works? Patch is on top of my previous one.
A patch referencing this bug report has been merged in v3.0-rc3: commit 51892dbbd511911c0f965a36b431fc3e8f1e4f8a Author: Stanislaw Gruszka <sgruszka@redhat.com> Date: Mon Jun 6 15:11:30 2011 +0200 iwl4965: set tx power after rxon_assoc |