Return-path: Received: from fw.wantstofly.org ([80.101.37.227]:63657 "EHLO mail.wantstofly.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759871Ab2D0Jqk (ORCPT ); Fri, 27 Apr 2012 05:46:40 -0400 Date: Fri, 27 Apr 2012 11:46:38 +0200 From: Lennert Buytenhek To: sedat.dilek@gmail.com Cc: "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361) Message-ID: <20120427094637.GV3157@wantstofly.org> (sfid-20120427_114658_450956_64728538) References: <1335517711-6522-1-git-send-email-sedat.dilek@gmail.com> <20120427091405.GS3157@wantstofly.org> <20120427094007.GU3157@wantstofly.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Apr 27, 2012 at 11:42:54AM +0200, Sedat Dilek wrote: > >> Are you planning to or even working on support (for) 8361 devices? > > > > I don't have any such plans, and I don't know of anyone who does. > > Does 8361 require firmware support? What do you mean by that? > Does a firmware file exist (name?)? There's firmware for the 8361 out there, however, that version of the firmware implements a firmware API that is different from the one that mwl8k currently implements. You could add 8361 support to mwl8k, but then you'd have to go over all the firmware command invocations in mwl8k and make sure that they will work on the 8361 firmware that you're trying to support as well.