Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759287AbZAVWhw (ORCPT ); Thu, 22 Jan 2009 17:37:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753934AbZAVWho (ORCPT ); Thu, 22 Jan 2009 17:37:44 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:49229 "EHLO mail-ew0-f20.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753890AbZAVWhn (ORCPT ); Thu, 22 Jan 2009 17:37:43 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=n2L0z+pe8jGFNF/iWQHHbVhETLTWL2B2ucNOEoEL3fIRd6/9xdx1XyRzpZAUfRo8+N NU4fUdwpcXLArNNQsX1MFCA+1nGR5/AZpwOeQvD98v+s2sXze2Vf7QZ8rJKTGdGXrqRH LRyb5MrMtFLciOFyjxX5dtLdHdludbhOurQvg= MIME-Version: 1.0 In-Reply-To: <4978C812.90702@gmail.com> References: <20090122114237.GA13845@atrey.karlin.mff.cuni.cz> <4978C812.90702@gmail.com> Date: Fri, 23 Jan 2009 00:37:41 +0200 X-Google-Sender-Auth: 41f73cb5f7e7cc15 Message-ID: <84144f020901221437g68cba782wf20153783d296e6@mail.gmail.com> Subject: Re: [PATCH] w35und: fix usb_control_msg() error handling in wb35_probe() From: Pekka Enberg To: Sandro Bonazzola Cc: Pavel Machek , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 23 On Thu, Jan 22, 2009 at 9:25 PM, Sandro Bonazzola wrote: > # iwlist wlan0 scan > wlan0 Interface doesn't support scanning. > > # iwlist wmaster0 scan > wmaster0 Interface doesn't support scanning. > > # ifconfig wlan0 10.0.4.1 > SIOCSIFADDR: No such device > wlan0: ERROR while getting interface flags: No such device > > # ifconfig wmaster0 10.0.4.1 > SIOCSIFFLAGS: Operation not supported Can you run that under strace? Looks to me like there indeed is a wmaster0 device but there's something fishy going on how we initialize it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/