Hi!
> > > it breaks suspend when the airo module is loaded:
> > >
> > > kernel: Stopping tasks:
> > > =
> > > kernel: stopping tasks timed out after 20 seconds (1 tasks remaining):
> > > kernel: eth1
> > > kernel:
Cc: Linus Torvalds <[EMAIL PROTECTED]>, Linux Kernel Mailing List
, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL
PROTECTED], Prakash Punnoor <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL
PROTECTED], Steve Fox <[EMAIL PROTECTED]>, netdev@vger.kernel.org, "Michael S.
Tsirkin" <[EMAIL PROTECTED
NET: prism54 - fix potential race in reset scheduling
There appears to be a race in reset scheduling logic - thread
responsible for reseting the interface should clear "reset
pending" flag before restarting the queue, otherwise timeout
handler might not schedule another reset even if it is needed.
NET: prism54 - whitespace cleanup
Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
drivers/net/wireless/prism54/isl_38xx.c | 17 +++
drivers/net/wireless/prism54/isl_38xx.h |7 +-
drivers/net/wireless/prism54/isl_ioctl.c | 61 --
drivers
Hi,
Here are couple of patches for prism54 driver, they are against
tonight pull from Linus. Please consider applying.
Thanks!
--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.or
NET: atmel - switch to using ARRAY_SIZE()
Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
drivers/net/wireless/atmel.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
Index: work/drivers/net/wireless/atmel.c
NET: atmel: whitespace cleanup
Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
drivers/net/wireless/atmel.c |6 +--
drivers/net/wireless/atmel_cs.c | 74 +++
drivers/net/wireless/atmel_pci.c | 10 ++---
3 files changed, 45 insertions(+), 45
Hi,
Here are couple of cleanup patches for atmel driver. They are
against tonight pull from Linus. Please consider applying.
Thanks!
--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.ker
NET: atmel - do not initialize array over and over again
Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
drivers/net/wireless/atmel.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: work/drivers/net/wireless/atmel.c
===
Dave Kleikamp <[EMAIL PROTECTED]> writes:
> I believe it was broken by:
> http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b4c7d640376dbccfe80fc4f7b8772ecc7de28c5
>
> I have seen this in the -mm tree, but didn't follow up at the time. I
> was able to fix
On Fri, 2006-10-06 at 20:47 +0200, Adrian Bunk wrote:
> On Thu, Oct 05, 2006 at 09:31:16PM -0700, Alex Romosan wrote:
> > it breaks suspend when the airo module is loaded:
> >
> > kernel: Stopping tasks:
> > =
> > ke
Hello Stephen,
Am Dienstag, den 03.10.2006, 20:26 -0700 schrieb Stephen Hemminger:
[...]
> > while the above patch indeed removes the error messages from my previous
> > mail, I have since seen random but reproduceable freezes of the box in
> > question. I believe they are sky2 related since th
Grant Grundler wrote:
On Fri, Oct 06, 2006 at 03:59:57PM -0400, Jeff Garzik wrote:
The unmodified tulip driver checks both MWI and cacheline-size because
one of the clones (PNIC or PNIC2) will let you set the MWI bit, but
hardwires cacheline size to zero.
Maybe the generic pci_set_mwi() can v
>
> changes due to qe_lib changes include:
>
> o removed platform_device code, replaced with of_device
> o removed typedefs
> o uint -> u32 conversions
> o removed following defines:
> QE_SIZEOF_BD, BD_BUFFER_ARG, BD_BUFFER_CLEAR, BD_BUFFER,
> BD_STATUS_AND_LENGTH_SET, BD_STATUS_AND_LENGTH, a
This patch changes the ieee80211_if_sta timer structure
into a workqueue. This will allow the config(), reset_tsf()
and config_interface() handlers in the ieee80211_hw
structure to sleep. This is especially required for USB
drivers that have to sleep for all register access.
Signed-off-by Jan Kisz
15 matches
Mail list logo