Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1447173

Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char

From Jes Sorensen <Jes.Sorensen@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char
Date 2016-07-20 13:30 +0200
Message-ID <rWXRo-M3-27@gated-at.bofh.it> (permalink)
References <rWFhM-5LH-11@gated-at.bofh.it> <rWFB8-5U4-15@gated-at.bofh.it> <rWFKN-6cr-1@gated-at.bofh.it> <rWV3b-7pU-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Arnd Bergmann <arnd@arndb.de> writes:
> On Tuesday, July 19, 2016 12:05:00 PM CEST Jes Sorensen wrote:
>> Arnd Bergmann <arnd@arndb.de> writes:
>> I think that would be better, albeit not a big issue. 
>
> Ok, and since Kalle applied the first patch to his tree, I'm now sending
> a series of three patches that are all for Greg, which also avoids some
> possible confusion.

Awesome!

>> I'd like to get rid of all the drivers/staging/rtl* drivers eventually 
>
> That would be great, yes.
>
> Can you clarify what the long-term plan is? I see that
> drivers/net/wireless/realtek/rtlwifi/ has most of the PCIe parts
> and one USB device (rtl8192cu/rtl8188cus) while
> drivers/net/wireless/rtl8xxx has all the USB parts including
> that one.
>
> Does that mean we want the staging drivers for PCIe devices
> to get merged into rtlwifi, and the remaining USB drivers to get
> replaced by r8xxxu?

Well it really all depends on how much time I have and how much others
step up and help contribute to the code. For rtl8xxxu my plans are as
follows:

1) rtl8188eu support, since this is the most widely distributed USB
dongle which isn't currently supported by a non staging driver. I am
currently working on this together with Andrea Merello.

2) Beacon support for IBSS and AP mode - hopefully this should make it
possible to default rtl8xxxu for rtl8192cu/rtl8188cu devices and disable
them in rtlwifi.

3) SDIO device support

4) PCI device support

5) 802.11ac device support

3/4/5 not necessarily in that order. There really is no reason why
rtl8xxxu shouldn't have SDIO and PCI device support added so the core
code can be shared.

> As one data point that I can provide (but you are probably
> aware of), I could never get my rtl8188cus stick to work with
> rtlwifi, but I found the older r8712u device to work fine with
> the staging/rtl8712 driver.

I'd love to hear if the rtl8188cus works better with rtl8xxxu. For the
rtl8712 device, rtl8192su?, then potentially that could be added to
rtl8xxxu as well, but it's not a top priority on my list right now.

Cheers,
Jes

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-19 17:40 +0200
  Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Jes Sorensen <Jes.Sorensen@redhat.com> - 2016-07-19 17:50 +0200
    Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-19 18:00 +0200
      Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Jes Sorensen <Jes.Sorensen@redhat.com> - 2016-07-19 18:10 +0200
        Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-20 10:30 +0200
          Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Jes Sorensen <Jes.Sorensen@redhat.com> - 2016-07-20 13:30 +0200
            Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Larry Finger <Larry.Finger@lwfinger.net> - 2016-07-20 16:30 +0200
            Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-20 17:20 +0200
              Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Jes Sorensen <Jes.Sorensen@redhat.com> - 2016-07-20 17:40 +0200
                Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-20 18:10 +0200
                Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Stefan Lippers-Hollmann <s.l-h@gmx.de> - 2016-07-22 04:40 +0200
                Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Jes Sorensen <Jes.Sorensen@redhat.com> - 2016-07-22 14:00 +0200
                Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Arnd Bergmann <arnd@arndb.de> - 2016-07-22 21:50 +0200
                Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char Stefan Lippers-Hollmann <s.l-h@gmx.de> - 2016-07-22 23:00 +0200

csiph-web