From: reinette chatre <reinette.chatre@intel.com>
To: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Tomas Winkler <tomasw@gmail.com>,
"ipw3945-devel@lists.sourceforge.net"
<ipw3945-devel@lists.sourceforge.net>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: 2.6.28-rc regression: Can't stop Rx DMA
Date: Mon, 27 Oct 2008 13:02:35 -0700 [thread overview]
Message-ID: <1225137755.1115.121.camel@rc-desk> (raw)
In-Reply-To: <20081019075916.GA12904@isilmar.linta.de>
On Sun, 2008-10-19 at 00:59 -0700, Dominik Brodowski wrote:
> On Sun, Oct 19, 2008 at 01:30:50AM +0200, Tomas Winkler wrote:
> > On Sun, Oct 19, 2008 at 1:10 AM, Dominik Brodowski
> > > [ 37.340901] iwl3945: Microcode SW error detected. Restarting 0x82000008.
> > > [ 37.340944] iwl3945: Error Reply type 0x00000005 cmd REPLY_SCAN_CMD (0x80) seq 0x4413 ser 0x0000004B
> > > [ 37.342349] iwl3945: Can't stop Rx DMA.
> > >
> > > The iwlwifi-3945-1.ucode is the one shipped with Ubuntu's 2.6.24-21-generic
> > > kernel sources (md5sum: 26d10014b09439dc5a8573c2a6f85b0a ). And, as
> > > mentioned in the subject, 2.6.27 or 2.6.26 work perfectly fine.
> >
> > I think you need new uCode, the API has changed to support stealth APs
> > .... I believe there was some misscommunication...
>
> Thanks for the hint -- indeed, the newest uCode works both with 2.6.26 and
> current git... so the uCode is backwards compatible, but the kernel code is
> not. Should the uCode be named iwlwifi-3945-2.ucode therefore, to notify the
> users that they need something newer? Or can the kernel code be made to work
> with the old uCode again?
Instead of new ucode ... could you please try this patch ?
Thank you
diff --git a/drivers/net/wireless/iwlwifi/iwl-scan.c
b/drivers/net/wireless/iwlwifi/iwl-scan.c
index 6c8ac3a..61c9a40 100644
--- a/drivers/net/wireless/iwlwifi/iwl-scan.c
+++ b/drivers/net/wireless/iwlwifi/iwl-scan.c
@@ -709,7 +709,7 @@ static void iwl_bg_request_scan(struct work_struct
*data)
u32 tx_ant;
u16 cmd_len;
enum ieee80211_band band;
- u8 n_probes = 2;
+ u8 n_probes = 0;
u8 rx_chain = 0x7; /* bitmap: ABC chains */
conf = ieee80211_get_hw_conf(priv->hw);
next prev parent reply other threads:[~2008-10-27 20:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 23:10 2.6.28-rc regression: Can't stop Rx DMA Dominik Brodowski
2008-10-18 23:30 ` Tomas Winkler
2008-10-19 7:59 ` Dominik Brodowski
2008-10-27 20:02 ` reinette chatre [this message]
2008-10-27 20:24 ` reinette chatre
2008-10-27 22:11 ` reinette chatre
2008-10-27 23:03 ` Dominik Brodowski
2008-10-28 0:47 ` reinette chatre
[not found] ` <20081028194323.GA14303@isilmar.linta.de>
2008-10-28 20:23 ` reinette chatre
2008-10-28 23:15 ` Johannes Berg
2008-10-28 23:32 ` reinette chatre
2008-10-28 23:38 ` Dominik Brodowski
2008-10-29 0:27 ` Dominik Brodowski
2008-10-29 10:01 ` Dan Williams
2008-10-29 17:10 ` reinette chatre
2008-10-29 21:53 ` Dominik Brodowski
2008-10-29 23:06 ` reinette chatre
2008-10-29 11:48 ` Johannes Berg
2008-10-29 15:37 ` reinette chatre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1225137755.1115.121.camel@rc-desk \
--to=reinette.chatre@intel.com \
--cc=ipw3945-devel@lists.sourceforge.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
--cc=tomasw@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox