<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/rtl8188eu/TODO, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/rtl8188eu/TODO?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/rtl8188eu/TODO?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2021-08-01T06:10:42Z</updated>
<entry>
<title>staging: rtl8188eu: remove rtl8188eu driver from staging dir</title>
<updated>2021-08-01T06:10:42Z</updated>
<author>
<name>Phillip Potter</name>
<email>phil@philpotter.co.uk</email>
</author>
<published>2021-07-31T13:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=55dfa29b43d23bab37d98f087615ff46d38241df'/>
<id>urn:sha1:55dfa29b43d23bab37d98f087615ff46d38241df</id>
<content type='text'>
This driver was deprecated with the introduction of the r8188eu driver,
based upon Realtek sources that were modified for CFG80211 support and
other fixes on GitHub by Larry Finger. As that driver is now progressing
at pace, we should remove this one.

Signed-off-by: Phillip Potter &lt;phil@philpotter.co.uk&gt;
Link: https://lore.kernel.org/r/20210731133809.196681-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Fix spelling mistake</title>
<updated>2018-08-27T17:29:39Z</updated>
<author>
<name>Bhaskar Singh</name>
<email>bhaskar.kernel@gmail.com</email>
</author>
<published>2018-08-21T01:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0056d8bdea00e614140e654e56928985bf06e0b0'/>
<id>urn:sha1:0056d8bdea00e614140e654e56928985bf06e0b0</id>
<content type='text'>
This patch fix spelling mistakes in TODO.

Signed-off-by: Bhaskar Singh &lt;bhaskar.kernel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging:r8188eu: Remove rx_handler_data unnecessary read</title>
<updated>2018-05-11T09:48:24Z</updated>
<author>
<name>Ivan Safonov</name>
<email>insafonov@gmail.com</email>
</author>
<published>2018-05-09T19:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=00135fc5c37852f4f134f6ec66f6379e1fc54674'/>
<id>urn:sha1:00135fc5c37852f4f134f6ec66f6379e1fc54674</id>
<content type='text'>
Rx handler (assigned with netdev_rx_handler_register,
called from __netif_receive_skb()) uses value of dev-&gt;rx_handler_data.
The driver has no rx handler and does not need it, so remove rx_handler_data read.

Signed-off-by: Ivan Safonov &lt;insafonov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8*: fix my email address up</title>
<updated>2016-02-12T03:33:46Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2016-02-12T03:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8052d7dd4ecc1f837f2a07d62f8bc4a89ce16582'/>
<id>urn:sha1:8052d7dd4ecc1f837f2a07d62f8bc4a89ce16582</id>
<content type='text'>
For some reason I had an old linux.com address in these TODO files,
point to my linuxfoundation.org address as that works properly here.

Reported-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: Additional item for rtl8188eu TODO list</title>
<updated>2014-02-14T17:19:53Z</updated>
<author>
<name>Paul E. McKenney</name>
<email>paulmck@linux.vnet.ibm.com</email>
</author>
<published>2014-02-12T19:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bacb6de62cce0af3be40248c89f980b604b8a54f'/>
<id>urn:sha1:bacb6de62cce0af3be40248c89f980b604b8a54f</id>
<content type='text'>
The rtw_recv_indicatepkt() function in the file named
drivers/staging/rtl8188eu/os_dep/recv_linux.c has this strange code:

	rcu_read_lock();
	rcu_dereference(padapter-&gt;pnetdev-&gt;rx_handler_data);
	rcu_read_unlock();

This code has no effect.  Normally, you would assign the result of
rcu_dereference() to some variable, but it is not clear from the
code what variable that would be.  Therefore, this patch applies to
the TODO file instead of the code itself.

Signed-off-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: r8188eu: Convert driver to use external firmware</title>
<updated>2013-10-14T16:34:15Z</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2013-10-14T03:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=691dd0b7d26e9959378ccc4a94d846e769a056e6'/>
<id>urn:sha1:691dd0b7d26e9959378ccc4a94d846e769a056e6</id>
<content type='text'>
As originally submitted, this driver acquired its firmware from data
statements embedded in the source code. This information has been extracted
into a binary file that has been accepted into the linux-firmware git
repo as commit ffc47f1 entitled "rtlwifi: Add new firmware files for
rtl8188eu". This patch switches the driver to use this file, and deletes
the firmware data from the source. The TODO list is also updated.

Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: r8188eu: Turn on build of new driver</title>
<updated>2013-08-22T17:20:31Z</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2013-08-22T03:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b63c05394f3fe9ae547e1fa9df30f1ba0bcdabb4'/>
<id>urn:sha1:b63c05394f3fe9ae547e1fa9df30f1ba0bcdabb4</id>
<content type='text'>
This commit modifies drivers/staging/Makefile, and adds the
drivers/staging/rtl8188eu/Makefile.

Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
