All of lore.kernel.org
 help / color / mirror / Atom feed
* Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
@ 2015-08-23 23:40 Sreenath Madasu
  2015-08-24 14:42 ` Larry Finger
  2015-08-25 10:35 ` Hans Ulli Kroll
  0 siblings, 2 replies; 4+ messages in thread
From: Sreenath Madasu @ 2015-08-23 23:40 UTC (permalink / raw)
  To: linux-wireless

Hi all,
I want to work on the TODO tasks

- switch to use LIB80211
- switch to use MAC80211

for staging driver rtl8188eu.

How can I start? Where is the documentation?
Thanks
Sreenath


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
  2015-08-23 23:40 Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211 Sreenath Madasu
@ 2015-08-24 14:42 ` Larry Finger
  2015-08-25 23:25   ` Sreenath Madasu
  2015-08-25 10:35 ` Hans Ulli Kroll
  1 sibling, 1 reply; 4+ messages in thread
From: Larry Finger @ 2015-08-24 14:42 UTC (permalink / raw)
  To: Sreenath Madasu, linux-wireless

On 08/23/2015 06:40 PM, Sreenath Madasu wrote:
> Hi all,
> I want to work on the TODO tasks
>
> - switch to use LIB80211
> - switch to use MAC80211
>
> for staging driver rtl8188eu.
>
> How can I start? Where is the documentation?

There is no specific documentation for this device, only what is available in 
the mac80211, cfg80211, and nl80211 code. You could also look at the drivers in 
drivers/net/wireless/ for ideas. The driver must be rewritten. You could 
consider Jes Sorensen's work on producing a mac80211 driver for the RTL8723AU 
that has been posted on this mailing list. He started with a Realtek USB driver 
that is similar to r8188eu.

Larry



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
  2015-08-23 23:40 Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211 Sreenath Madasu
  2015-08-24 14:42 ` Larry Finger
@ 2015-08-25 10:35 ` Hans Ulli Kroll
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Ulli Kroll @ 2015-08-25 10:35 UTC (permalink / raw)
  To: Sreenath Madasu; +Cc: linux-wireless

Hi

On Sun, 23 Aug 2015, Sreenath Madasu wrote:

> Hi all,
> I want to work on the TODO tasks
> 
> - switch to use LIB80211
> - switch to use MAC80211
> 
> for staging driver rtl8188eu.
> 
> How can I start? Where is the documentation?
> Thanks
> Sreenath
> 

I have the same problems with my RTL8821AU driver.
But I'm currently switching to rtlwifi-lib and of course 
LIB80211/MAC80211.

Take the rtl8188ee as an example to rewrite/rename all functions in 
hal/
os_dep/

You can also look at my repo at
github.com/ulli-kroll/rtl8821au.git

Greeting form Cologne
Hasn Ulli Kroll


> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
  2015-08-24 14:42 ` Larry Finger
@ 2015-08-25 23:25   ` Sreenath Madasu
  0 siblings, 0 replies; 4+ messages in thread
From: Sreenath Madasu @ 2015-08-25 23:25 UTC (permalink / raw)
  To: Larry Finger; +Cc: linux-wireless

Thanks Larry,
I will look at those drivers
Sreenath
On Mon, Aug 24, 2015 at 09:42:42AM -0500, Larry Finger wrote:
> On 08/23/2015 06:40 PM, Sreenath Madasu wrote:
> > Hi all,
> > I want to work on the TODO tasks
> >
> > - switch to use LIB80211
> > - switch to use MAC80211
> >
> > for staging driver rtl8188eu.
> >
> > How can I start? Where is the documentation?
> 
> There is no specific documentation for this device, only what is available in 
> the mac80211, cfg80211, and nl80211 code. You could also look at the drivers in 
> drivers/net/wireless/ for ideas. The driver must be rewritten. You could 
> consider Jes Sorensen's work on producing a mac80211 driver for the RTL8723AU 
> that has been posted on this mailing list. He started with a Realtek USB driver 
> that is similar to r8188eu.
> 
> Larry
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-25 23:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-23 23:40 Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211 Sreenath Madasu
2015-08-24 14:42 ` Larry Finger
2015-08-25 23:25   ` Sreenath Madasu
2015-08-25 10:35 ` Hans Ulli Kroll

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.