From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754691Ab1A2Ady (ORCPT ); Fri, 28 Jan 2011 19:33:54 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:37489 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753362Ab1A2Adx (ORCPT ); Fri, 28 Jan 2011 19:33:53 -0500 Date: Fri, 28 Jan 2011 16:33:15 -0800 From: Andrew Morton To: "Leonardo L. P. da Mata" Cc: linux-kernel@vger.kernel.org, Guo-Fu Tseng , netdev@vger.kernel.org Subject: Re: jme driver loses connection after resuming from suspend Message-Id: <20110128163315.1e4e8346.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (cc's added) On Fri, 28 Jan 2011 16:03:11 -0200 "Leonardo L. P. da Mata" wrote: > Hello, i'm testing the kernel 2.6.37 on my hardware, Once connect on > wired network, i call the suspend with: > echo "mem" >/sys/power/state > > The system goes on suspend. After resuming from suspend, the network card > cannot be used anymore. > > > The bug is reported here: > https://bugzilla.kernel.org/show_bug.cgi?id=27692 > > Can you please point me to similar problems on other network cards so > i can get possible solutions on this.