From: Andrew Price <andy@andrewprice.me.uk>
To: linux-wireless@vger.kernel.org
Subject: Re: BUG: scheduling while atomic (2.6.26-rc3...)
Date: Fri, 23 May 2008 16:23:12 +0100 [thread overview]
Message-ID: <g16nh3$iqd$1@ger.gmane.org> (raw)
In-Reply-To: <200805231628.39152.IvDoorn@gmail.com>
Hi Ivo,
On 23/05/08 15:28, Ivo van Doorn wrote:
> Andew: Could you try below patch to see if that works?
It looks good. wlan0 came up fine and dmesg looks clean, I can ping and
read email...
Seems that some traffic (ssh, http, ...) is having problems though so
I'm back on -rc1 to email you but I expect that's a different problem
altogether and I'll see if I can track it down.
> ---
> diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
> index 5645140..669d942 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00dev.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
> @@ -481,9 +481,9 @@ void rt2x00lib_beacondone(struct rt2x00_dev *rt2x00dev)
> if (!test_bit(DEVICE_ENABLED_RADIO, &rt2x00dev->flags))
> return;
>
> - ieee80211_iterate_active_interfaces(rt2x00dev->hw,
> - rt2x00lib_beacondone_iter,
> - rt2x00dev);
> + ieee80211_iterate_active_interfaces_atomic(rt2x00dev->hw,
> + rt2x00lib_beacondone_iter,
> + rt2x00dev);
>
> queue_work(rt2x00dev->hw->workqueue, &rt2x00dev->intf_work);
> }
>
Thanks,
--
Andy Price
next prev parent reply other threads:[~2008-05-23 15:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-23 2:05 BUG: scheduling while atomic (2.6.26-rc3...) Andrew Price
2008-05-23 9:11 ` Johannes Berg
2008-05-23 14:28 ` Ivo van Doorn
2008-05-23 15:23 ` Andrew Price [this message]
2008-05-23 16:06 ` Ivo van Doorn
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='g16nh3$iqd$1@ger.gmane.org' \
--to=andy@andrewprice.me.uk \
--cc=linux-wireless@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.