From: wwguy <wey-yi.w.guy@intel.com>
To: "Matías Aguirre" <matiasaguirre@gmail.com>
Cc: Gene Smith <gds@chartertn.net>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: wifi iwlagn fails to authenticate after wake from suspend
Date: Mon, 12 Dec 2011 06:48:42 -0800 [thread overview]
Message-ID: <1323701322.1806.24.camel@wwguy-ubuntu> (raw)
In-Reply-To: <CA+tb8OUHNbhVN_KiEkqXJW1apFoExRM5Vrn=ES5SF3sFoGOMfA@mail.gmail.com>
On Sun, 2011-12-11 at 22:36 -0800, Matías Aguirre wrote:
> Hi,
>
> On Sat, Oct 29, 2011 at 2:32 AM, Gene Smith <gds@chartertn.net> wrote:
> > David Rientjes wrote, On 10/26/2011 02:27 AM:
> >> So we need to bisect between 2.4.38 and 3.0.0? :) I'm running ubuntu
> >> 11.10 on a home laptop so I'll give this a try as well when I can if I can
> >> put up with unity for that long.
>
> I've bisected the problem and narrowed the bug to changeset 73b78a2272
> (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=73b78a22720087d2d384bdd49e9c25500ba73edd).
>
> Here's a patch, that applies against 3.2-rc5, that fixed the error for me:
>
> diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c
> b/drivers/net/wireless/iwlwifi/iwl-agn.c
> index bacc06c..01d5d38 100644
> --- a/drivers/net/wireless/iwlwifi/iwl-agn.c
> +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
> @@ -1297,7 +1297,7 @@ int iwl_alive_start(struct iwl_priv *priv)
> BT_COEX_PRIO_TBL_EVT_INIT_CALIB2);
> if (ret)
> return ret;
> - } else {
> + } else if (priv->cfg->bt_params) {
> /*
> * default is 2-wire BT coexexistence support
> */
this is not right, you stop the bt coex for non-combo device.
maybe you system has issue with BT, we seen this happen on some cases.
try the following module parameter and see if help
$sudo modprobe iwlagn bt_coex_active=0
Thanks
Wey
next prev parent reply other threads:[~2011-12-12 14:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <j881g5$tdf$1@dough.gmane.org>
2011-10-26 6:27 ` wifi iwlagn fails to authenticate after wake from suspend David Rientjes
2011-10-26 20:00 ` wwguy
2011-10-29 4:32 ` Gene Smith
2011-12-12 6:36 ` Matías Aguirre
2011-12-12 14:48 ` wwguy [this message]
2011-12-12 15:49 ` Matías Aguirre
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=1323701322.1806.24.camel@wwguy-ubuntu \
--to=wey-yi.w.guy@intel.com \
--cc=gds@chartertn.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=matiasaguirre@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