Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756959AbbFQSBz (ORCPT ); Wed, 17 Jun 2015 14:01:55 -0400 Received: from mail-yk0-f181.google.com ([209.85.160.181]:36465 "EHLO mail-yk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbbFQSBs (ORCPT ); Wed, 17 Jun 2015 14:01:48 -0400 Message-ID: <5581B609.7070506@lwfinger.net> Date: Wed, 17 Jun 2015 13:01:45 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jakub Sitnicki CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] staging/rtl8xxx: delete ieee80211 constant duplication References: <1430112341-21402-1-git-send-email-paul.gortmaker@windriver.com> <553E6E11.8000907@lwfinger.net> <87oake5m9q.fsf@frog.home> In-Reply-To: <87oake5m9q.fsf@frog.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 28 On 06/17/2015 11:32 AM, Jakub Sitnicki wrote: > On Mon, Apr 27, 2015 at 07:12 PM CEST, Larry Finger wrote: >> These drivers do not use mac80211, which is a prerequisite for inclusion in the >> regular wifi tree. A complete rewrite will be needed to get them out of staging. >> Nonetheless, cleanups are in order. > > Regarding the rtl8188eu driver, would it be acceptable to rewrite it to > use the rtlwifi interface instead of using mac80211 directly? > > I can't help but notice some similarities between the structure of > rtl8188eu and the drivers from the rtlwifi family. Then again, perhaps > I'm missing something that makes it a bad idea. You can use any part of rtlwifi and rtl_usb, but that won't cover all of the things needed to implement mac80211. Jes Sorensen has posted some code that implements a mac80211-based driver for the RTL8723AU. The structure of the Realtek driver for this card is very similar to the one for the RTL8188EU. Larry -- 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/