<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/rtl8192u, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2023-10-15T16:20:15Z</updated>
<entry>
<title>staging: rtl8192u: Remove broken driver</title>
<updated>2023-10-15T16:20:15Z</updated>
<author>
<name>Philipp Hortmann</name>
<email>philipp.g.hortmann@gmail.com</email>
</author>
<published>2023-10-14T21:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=697455ce411075c37729fbdd1dff4052cf770800'/>
<id>urn:sha1:697455ce411075c37729fbdd1dff4052cf770800</id>
<content type='text'>
Tests on rtl8192u hardware have shown that this driver is broken since
2016. Remove broken driver. Find fix for two bugs in second link.

Link: https://lore.kernel.org/lkml/db98d9ac-7650-4a72-8eb9-4def1f17ea0d@app.fastmail.com/
Link: https://lore.kernel.org/lkml/cover.1697089416.git.philipp.g.hortmann@gmail.com/
Signed-off-by: Philipp Hortmann &lt;philipp.g.hortmann@gmail.com&gt;
Link: https://lore.kernel.org/r/20231014211051.GA29518@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: Fix keyidx assignment within if condition</title>
<updated>2023-07-27T08:00:02Z</updated>
<author>
<name>Wang Jinchao</name>
<email>wangjinchao600@gmail.com</email>
</author>
<published>2023-07-04T15:33:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5492ed9f8fb07bf42a489fd11199ed3c614d6c71'/>
<id>urn:sha1:5492ed9f8fb07bf42a489fd11199ed3c614d6c71</id>
<content type='text'>
Refactor the if condition into nested conditionals to improve clarity.
The condition is currently in the form of (E1 &amp;&amp; E2 &amp;&amp; E3), where the
variable keyidx is assigned a value in E3.

Signed-off-by: Wang Jinchao &lt;wangjinchao600@gmail.com&gt;
Link: https://lore.kernel.org/r/ZKQ7tYa9I+PHgef/@fedora
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: add '*/' on separate line in block comments</title>
<updated>2023-03-28T11:34:49Z</updated>
<author>
<name>Khadija Kamran</name>
<email>kamrankhadijadj@gmail.com</email>
</author>
<published>2023-03-27T19:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=63ff870ce0e54f34c4c7a3b95883c30916801400'/>
<id>urn:sha1:63ff870ce0e54f34c4c7a3b95883c30916801400</id>
<content type='text'>
Linux kernel coding style uses '*/' on a separate line at the end of
multi line comments.

Fix block comments by moving '*/' at the end of block comments on a
separate line as reported by checkpatch.pl script.

Signed-off-by: Khadija Kamran &lt;kamrankhadijadj@gmail.com&gt;
Link: https://lore.kernel.org/r/140e0928531e61dc7396271a5b16a6be17514c76.1679945728.git.kamrankhadijadj@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: add '*' on subsequent lines in block comment</title>
<updated>2023-03-28T11:34:49Z</updated>
<author>
<name>Khadija Kamran</name>
<email>kamrankhadijadj@gmail.com</email>
</author>
<published>2023-03-27T19:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ba25552a58b4e463c6716aaa775936bbb66022c5'/>
<id>urn:sha1:ba25552a58b4e463c6716aaa775936bbb66022c5</id>
<content type='text'>
Linux kernel coding style for block comments uses a column of '*' on the
left side.
Fix block comment by adding '*' on subsequent lines as reported by
checkatch.pl script.

Signed-off-by: Khadija Kamran &lt;kamrankhadijadj@gmail.com&gt;
Link: https://lore.kernel.org/r/3a581aae65a152ce41fdd2db667574eba1783113.1679945728.git.kamrankhadijadj@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: remove commented out code</title>
<updated>2023-03-28T11:34:48Z</updated>
<author>
<name>Khadija Kamran</name>
<email>kamrankhadijadj@gmail.com</email>
</author>
<published>2023-03-27T19:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a430e7757debd2c0ac096a808e4363eace287773'/>
<id>urn:sha1:a430e7757debd2c0ac096a808e4363eace287773</id>
<content type='text'>
Remove all of the commented out code lines as they are not being used
and can be brought back in the future if they are ever needed again.

Signed-off-by: Khadija Kamran &lt;kamrankhadijadj@gmail.com&gt;
Link: https://lore.kernel.org/r/e5e2fabde70d497cc8b683ff444854299180812b.1679945728.git.kamrankhadijadj@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: remove change history from comments</title>
<updated>2023-03-28T11:34:48Z</updated>
<author>
<name>Khadija Kamran</name>
<email>kamrankhadijadj@gmail.com</email>
</author>
<published>2023-03-27T19:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c7177ef36c743923a093d6b0ffd73f1002fc7cd6'/>
<id>urn:sha1:c7177ef36c743923a093d6b0ffd73f1002fc7cd6</id>
<content type='text'>
Remove the change history information as it is not required in the
comments.

Signed-off-by: Khadija Kamran &lt;kamrankhadijadj@gmail.com&gt;
Link: https://lore.kernel.org/r/95fff39231ebb2bb683c2a8f252a93f4845fffb1.1679945728.git.kamrankhadijadj@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate function</title>
<updated>2023-03-25T08:51:26Z</updated>
<author>
<name>Tom Rix</name>
<email>trix@redhat.com</email>
</author>
<published>2023-03-23T16:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6bfafec3faf7ab20d72bb2063058591e55b68f8e'/>
<id>urn:sha1:6bfafec3faf7ab20d72bb2063058591e55b68f8e</id>
<content type='text'>
clang with W=1 reports
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:1961:18: error: unused
  function 'ieee80211_SignalStrengthTranslate' [-Werror,-Wunused-function]
static inline u8 ieee80211_SignalStrengthTranslate(
                 ^
This function is not used so remove it.
It may have been used in the past but that has been commented out.
Also remove the comment.

Signed-off-by: Tom Rix &lt;trix@redhat.com&gt;
Link: https://lore.kernel.org/r/20230323165931.2634587-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: dm_shadow_init() is not used</title>
<updated>2023-03-16T08:44:05Z</updated>
<author>
<name>Michael Straube</name>
<email>straube.linux@gmail.com</email>
</author>
<published>2023-03-12T07:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=73633855a6b682a8cc36f581e52a3cea63393b66'/>
<id>urn:sha1:73633855a6b682a8cc36f581e52a3cea63393b66</id>
<content type='text'>
The function dm_shadow_init() is not used anywhere, remove it.

Signed-off-by: Michael Straube &lt;straube.linux@gmail.com&gt;
Link: https://lore.kernel.org/r/20230312073247.9822-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192u: rtl8192_SetRFPowerState() is not used</title>
<updated>2023-03-16T08:44:05Z</updated>
<author>
<name>Michael Straube</name>
<email>straube.linux@gmail.com</email>
</author>
<published>2023-03-12T07:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=00b2c0918b1ff730b756ec4944f0ca68770d5b93'/>
<id>urn:sha1:00b2c0918b1ff730b756ec4944f0ca68770d5b93</id>
<content type='text'>
The function rtl8192_SetRFPowerState() is not used anywhere, remove it.

Signed-off-by: Michael Straube &lt;straube.linux@gmail.com&gt;
Link: https://lore.kernel.org/r/20230312073247.9822-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spaces</title>
<updated>2023-01-17T18:27:13Z</updated>
<author>
<name>Anup Sharma</name>
<email>anupnewsmail@gmail.com</email>
</author>
<published>2022-12-29T15:44:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=77ca694b2cc5c64318650da68f9d09a12907a836'/>
<id>urn:sha1:77ca694b2cc5c64318650da68f9d09a12907a836</id>
<content type='text'>
Remove extra spaces before statements to fix
following indentation warnings reported by checkpatch.pl.

WARNING: Statements should start on a tabstop
+	 struct delayed_work start_ibss_wq;

Signed-off-by: Anup Sharma &lt;anupnewsmail@gmail.com&gt;
Link: https://lore.kernel.org/r/Y6215u/jtmcgO6TY@local
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
