<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/net/wireless/realtek, branch v6.2.2</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.2.2</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.2.2'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2023-03-03T10:56:17+00:00</updated>
<entry>
<title>wifi: rtw88: usb: drop now unnecessary URB size check</title>
<updated>2023-03-03T10:56:17+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2023-02-10T11:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=709f329ea51c229e56991076fa67f7046400d84e'/>
<id>urn:sha1:709f329ea51c229e56991076fa67f7046400d84e</id>
<content type='text'>
commit 462c8db6a01160836c68e262d25566f2447148d9 upstream.

Now that we send URBs with the URB_ZERO_PACKET flag set we no longer
need to make sure that the URB sizes are not multiple of the
bulkout_size. Drop the check.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Reviewed-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20230210111632.1985205-4-s.hauer@pengutronix.de
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wifi: rtw88: usb: send Zero length packets if necessary</title>
<updated>2023-03-03T10:56:17+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2023-02-10T11:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b30dbecf891fb22c512d01ea40235cc45683971b'/>
<id>urn:sha1:b30dbecf891fb22c512d01ea40235cc45683971b</id>
<content type='text'>
commit 07ce9fa6ab0e5e4cb5516a1f7c754ab2758fe5cd upstream.

Zero length packets are necessary when sending URBs with size
multiple of bulkout_size, otherwise the hardware just stalls.

Fixes: a82dfd33d1237 ("wifi: rtw88: Add common USB chip support")
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Reviewed-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20230210111632.1985205-3-s.hauer@pengutronix.de
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wifi: rtw88: usb: Set qsel correctly</title>
<updated>2023-03-03T10:56:17+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2023-02-10T11:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3bcc9db63336ee4a2d10b92a8ed15d64246cf910'/>
<id>urn:sha1:3bcc9db63336ee4a2d10b92a8ed15d64246cf910</id>
<content type='text'>
commit 7869b834fb07c79933229840c98b02bbb7bd0d75 upstream.

We have to extract qsel from the skb before doing skb_push() on it,
otherwise qsel will always be 0.

Fixes: a82dfd33d1237 ("wifi: rtw88: Add common USB chip support")
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Reviewed-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20230210111632.1985205-2-s.hauer@pengutronix.de
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>wifi: rtl8xxxu: fixing IQK failures for rtl8192eu</title>
<updated>2022-12-08T14:53:35+00:00</updated>
<author>
<name>Jun ASAKA</name>
<email>JunASAKA@zzy040330.moe</email>
</author>
<published>2022-12-07T03:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=695c5d3a8055dcb97966496ade51968c9a75f5c6'/>
<id>urn:sha1:695c5d3a8055dcb97966496ade51968c9a75f5c6</id>
<content type='text'>
Fixing "Path A RX IQK failed" and "Path B RX IQK failed"
issues for rtl8192eu chips by replacing the arguments with
the ones in the updated official driver as shown below.
1. https://github.com/Mange/rtl8192eu-linux-driver
2. vendor driver version: 5.6.4

Signed-off-by: Jun ASAKA &lt;JunASAKA@zzy040330.moe&gt;
Reviewed-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221207033926.11777-1-JunASAKA@zzy040330.moe
</content>
</entry>
<entry>
<title>wifi: rtlwifi: btcoexist: fix conditions branches that are never executed</title>
<updated>2022-12-08T14:52:56+00:00</updated>
<author>
<name>Peter Kosyh</name>
<email>pkosyh@yandex.ru</email>
</author>
<published>2022-12-06T10:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e48c45318d3d38460c585dce6379ef77d65a069e'/>
<id>urn:sha1:e48c45318d3d38460c585dce6379ef77d65a069e</id>
<content type='text'>
Commit 40ca18823515 ("rtlwifi: btcoex: 23b 1ant: fine tune for wifi not
 connected") introduced never executed branches.

Compile test only.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Peter Kosyh &lt;pkosyh@yandex.ru&gt;
Acked-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221206104919.739746-1-pkosyh@yandex.ru
</content>
</entry>
<entry>
<title>wifi: rtlwifi: rtl8192se: remove redundant rtl_get_bbreg() call</title>
<updated>2022-12-08T14:52:35+00:00</updated>
<author>
<name>Peter Kosyh</name>
<email>pkosyh@yandex.ru</email>
</author>
<published>2022-12-05T08:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=49ebca0d9018ff3517b24972f6f2a9f3d0dc956f'/>
<id>urn:sha1:49ebca0d9018ff3517b24972f6f2a9f3d0dc956f</id>
<content type='text'>
Extra rtl_get_bbreg() call looks like redundant reading. The read has
already been done in the "else" branch. Compile test only.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Peter Kosyh &lt;pkosyh@yandex.ru&gt;
Acked-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221205085342.677329-1-pkosyh@yandex.ru
</content>
</entry>
<entry>
<title>wifi: rtw88: Add rtw8723du chipset support</title>
<updated>2022-12-08T14:48:42+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2022-12-02T08:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=87caeef032fc3921bc866ad7becb6ed51aa8b27b'/>
<id>urn:sha1:87caeef032fc3921bc866ad7becb6ed51aa8b27b</id>
<content type='text'>
Add support for the rtw8723du chipset based on
https://github.com/ulli-kroll/rtw88-usb.git

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221202081224.2779981-12-s.hauer@pengutronix.de
</content>
</entry>
<entry>
<title>wifi: rtw88: Add rtw8822cu chipset support</title>
<updated>2022-12-08T14:48:42+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2022-12-02T08:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=07cef03b8d44dee7488de3d1585387e603c78676'/>
<id>urn:sha1:07cef03b8d44dee7488de3d1585387e603c78676</id>
<content type='text'>
Add support for the rtw8822cu chipset based on
https://github.com/ulli-kroll/rtw88-usb.git

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221202081224.2779981-11-s.hauer@pengutronix.de
</content>
</entry>
<entry>
<title>wifi: rtw88: Add rtw8822bu chipset support</title>
<updated>2022-12-08T14:48:42+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2022-12-02T08:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=45794099f5e1d7abc5eb07e6eec7e1e5c6cb540d'/>
<id>urn:sha1:45794099f5e1d7abc5eb07e6eec7e1e5c6cb540d</id>
<content type='text'>
Add support for the rtw8822bu chipset based on
https://github.com/ulli-kroll/rtw88-usb.git

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221202081224.2779981-10-s.hauer@pengutronix.de
</content>
</entry>
<entry>
<title>wifi: rtw88: Add rtw8821cu chipset support</title>
<updated>2022-12-08T14:48:42+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2022-12-02T08:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=aff5ffd718de23cb8603f2e229204670e2644334'/>
<id>urn:sha1:aff5ffd718de23cb8603f2e229204670e2644334</id>
<content type='text'>
Add support for the rtw8821cu chipset based on
https://github.com/ulli-kroll/rtw88-usb.git

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;
Link: https://lore.kernel.org/r/20221202081224.2779981-9-s.hauer@pengutronix.de
</content>
</entry>
</feed>
