Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp315643ybn; Tue, 1 Oct 2019 21:39:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqxL/VBoWWnPXqX0vzrSeisItslT24VZzTavz/IZdh2RDv+6p9XgVN0Bb0BSfzeH/DUKqXGW X-Received: by 2002:a50:eac4:: with SMTP id u4mr1833947edp.36.1569991155153; Tue, 01 Oct 2019 21:39:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569991155; cv=none; d=google.com; s=arc-20160816; b=PaJYhw5l1CBpbf/BRDS2IJSNOE2LIV0uvzV1Od2rurxO9hdxNBCBHPfZPiulejr/s9 t5mFjSLaR2Zt25xbkBb36L71tn4jpxyYmaoLx4bcjnimZGsLHSr2ETZGXyTW43JL/xox CJ7Gkkwr0NxradkpWKij4+RrEu1wdBNb+TTCfBiwZ0QxEyZ1b1NjNkZiYi/9OqwuI5if uD9NhKyuTew8OZeEdzcPfo0XnaXSoObeIWGcsL5XIlPmK7n2VF3hmaZZR8So6wi2WJWi t35GmJ9K7BkqvqNh47+yaiRh4Cxl5k/CvpqKLFsQ6AOw7i6zVQBqT2kNB0noQAcC+m4O CewQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PipEeQZbgM37Y5MQFZX4cIOfTPCXB1X5/4h0jzqyFes=; b=LeowR4/DQTxdSuzW0HqOKc81u/MLAMMhuGRXFujysTZ7Oys35NfcBWgxHG1BdSmLU+ zYRBwbifRPZuhWt9I5JuBy9jvDwlIosEwKPMaG0IDfYDxnSFvV9kZgtn3TJgkoUg7IrU GscbDw9rTXpPs27Pty9ZAuhyWCVQLpQgn9FnZiqe9tZpPgAmTSmDpbKxg9N9iY8LDXtT Prc+4onSmdoreEEpYvZOxM1phDoo5YDxZs6IwE9PYSd6CDJPkjsnkz/hxQ7PclG3OuBi ooq856FbmeaIao4sG01PNHIp3NpigMnHmNeiMyU8BIzoYZXzzM3QlDi8ZArHUrXqERdn CFpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f45si11521844eda.345.2019.10.01.21.38.49; Tue, 01 Oct 2019 21:39:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727122AbfJAUsr (ORCPT + 99 others); Tue, 1 Oct 2019 16:48:47 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:56947 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726823AbfJAUsr (ORCPT ); Tue, 1 Oct 2019 16:48:47 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iFP4e-0004kE-9H; Tue, 01 Oct 2019 22:48:44 +0200 Date: Tue, 1 Oct 2019 22:48:44 +0200 From: Sebastian Andrzej Siewior To: Larry Finger Cc: linux-wireless@vger.kernel.org Subject: Re: Support for RTL8188FU Message-ID: <20191001204844.6gogluy4nchphh7p@linutronix.de> References: <20191001160305.qrl4nt2jmdsogaaz@linutronix.de> <3af284c7-ee46-dd42-9549-de55feae2528@lwfinger.net> <20191001174612.4kj3mt3h5epidyyk@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2019-10-01 13:52:30 [-0500], Larry Finger wrote: > If that is what you read, that is not what I meant. > > The staging driver is really old and does not support nl80211 and friends. > If you are willing to undertake a 6 to 12-month rewrite of the driver you > have, and it supports RTL8188EU, then a replacement of the staging driver > would be what you should do. If you do not want to make that kind of time > commitment, then a GitHub repo would be your best bet; however, GitHub > already has 5 such repos for the rtl8188fu. As far as I can tell, none of > them are yours. > > The first thing I would do is clone the v5.2.2.4 branch of > lwfinger/rtl8188eu at GitHub, add the USB ID for your device, and see if > that works. I expect it will. If so, that would get you quite a ways toward > the changes needed to get that driver into staging. Thank you for clearing that up. > Larry Sebastian