Return-path: Received: from bues.ch ([80.190.117.144]:38272 "EHLO bues.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752833Ab2AAUuW (ORCPT ); Sun, 1 Jan 2012 15:50:22 -0500 Date: Sun, 1 Jan 2012 21:50:00 +0100 From: Michael =?UTF-8?B?QsO8c2No?= To: Alan Cox Cc: Marek Vasut , Oliver Neukum , Linus Torvalds , Dave Jones , Linux Kernel , Larry Finger , Chaoming Li , "John W. Linville" , Matthew Garrett , "Greg Kroah-Hartman" , USB list , Linux Wireless List Subject: Re: loading firmware while usermodehelper disabled. Message-ID: <20120101215000.04b13f43@milhouse> (sfid-20120101_215106_804816_A37C0608) In-Reply-To: <20120101203945.0ebc2f55@pyramind.ukuu.org.uk> References: <20111230235421.GA6054@redhat.com> <201201011054.47233.marek.vasut@gmail.com> <201201011328.41311.oliver@neukum.org> <201201011732.23069.marek.vasut@gmail.com> <20120101203945.0ebc2f55@pyramind.ukuu.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sun, 1 Jan 2012 20:39:45 +0000 Alan Cox wrote: > When you suspend the power gets killed so the device loses its firmware > and goes back to being a firmware requesting thing on resume. > > Worse still - you don't easily know if the device is in fact new and was > added while suspended, or was always there. > > So for those devices you do need to load the firmware into them > automatically after the resume to work out what they are and get the MAC > to see if its the same wireless card or not. Well, that does not prevent you from caching the firmware once you got it from userspace and keep it until module unload (or probably device close), so that it is already available on resume. -- Greetings, Michael.