<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-linux/drivers/net/wireless/realtek/rtlwifi, branch master</title>
<subtitle>Talos™ II Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/talos-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/'/>
<updated>2020-01-26T15:47:54+00:00</updated>
<entry>
<title>rtlwifi: btcoex: fix spelling mistake "initilized" -&gt; "initialized"</title>
<updated>2020-01-26T15:47:54+00:00</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2020-01-22T09:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=f76c34082b24534c813a9e3e175ef778c11e9950'/>
<id>urn:sha1:f76c34082b24534c813a9e3e175ef778c11e9950</id>
<content type='text'>
There is a spelling mistake in one of the fields in the btc_coexist struct,
fix it.

Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8723ae: remove unused variables</title>
<updated>2020-01-26T15:47:10+00:00</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2020-01-21T03:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=c5f9852411098474ab21f5d7b1b84e5cdd59ca5a'/>
<id>urn:sha1:c5f9852411098474ab21f5d7b1b84e5cdd59ca5a</id>
<content type='text'>
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.c:16:18:
 warning: ofdmswing_table defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.c:56:17:
 warning: cckswing_table_ch1ch13 defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.c:92:17:
 warning: cckswing_table_ch14 defined but not used [-Wunused-const-variable=]

These variable is never used, so remove them.

Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8192ee: remove unused variables</title>
<updated>2020-01-26T15:46:39+00:00</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2020-01-21T02:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=253e5aba937973fd29bd5c559d21e35d0642242e'/>
<id>urn:sha1:253e5aba937973fd29bd5c559d21e35d0642242e</id>
<content type='text'>
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c:15:18:
 warning: ofdmswing_table defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c:61:17:
 warning: cckswing_table_ch1ch13 defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c:97:17:
 warning: cckswing_table_ch14 defined but not used [-Wunused-const-variable=]

These variable is never used, so remove them.

Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8821ae: remove unused variables</title>
<updated>2020-01-26T15:45:43+00:00</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2020-01-21T02:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=cc071a6f26aae3321cf193dc2e8c35090709b8ab'/>
<id>urn:sha1:cc071a6f26aae3321cf193dc2e8c35090709b8ab</id>
<content type='text'>
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c:142:17:
 warning: cckswing_table_ch1ch13 defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c:178:17:
 warning: cckswing_table_ch14 defined but not used [-Wunused-const-variable=]
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c:96:18:
 warning: ofdmswing_table defined but not used [-Wunused-const-variable=]

These variable is never used, so remove them.

Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8188ee: remove redundant assignment to variable cond</title>
<updated>2020-01-26T15:45:15+00:00</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2020-01-14T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=c3a913357c3e3d2225a83508f06ece01f5bada20'/>
<id>urn:sha1:c3a913357c3e3d2225a83508f06ece01f5bada20</id>
<content type='text'>
Variable cond is being assigned with a value that is never
read, it is assigned a new value later on. The assignment is
redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Acked-by: Ping-Ke Shih &lt;pkshih@realtek.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8821ae: Make functions static &amp; rm sw.h</title>
<updated>2020-01-26T15:39:45+00:00</updated>
<author>
<name>Amadeusz Sławiński</name>
<email>amade@asmblr.net</email>
</author>
<published>2019-12-23T12:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=8ddd4a2a6b5930b8318b994e416db4491795a8aa'/>
<id>urn:sha1:8ddd4a2a6b5930b8318b994e416db4491795a8aa</id>
<content type='text'>
Some of functions which were exposed in sw.h, are only used in sw.c, so
just make them static. This makes sw.h unnecessary, so remove it.

Signed-off-by: Amadeusz Sławiński &lt;amade@asmblr.net&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8723be: Make functions static &amp; rm sw.h</title>
<updated>2020-01-26T15:39:44+00:00</updated>
<author>
<name>Amadeusz Sławiński</name>
<email>amade@asmblr.net</email>
</author>
<published>2019-12-23T12:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=02a214e29ea4415437d9e38c6bf5604e564397da'/>
<id>urn:sha1:02a214e29ea4415437d9e38c6bf5604e564397da</id>
<content type='text'>
Some of functions which were exposed in sw.h, are only used in sw.c, so
just make them static. This makes sw.h unnecessary, so remove it.

Signed-off-by: Amadeusz Sławiński &lt;amade@asmblr.net&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8723ae: Make functions static &amp; rm sw.h</title>
<updated>2020-01-26T15:39:42+00:00</updated>
<author>
<name>Amadeusz Sławiński</name>
<email>amade@asmblr.net</email>
</author>
<published>2019-12-23T12:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=c218acfaa637d02830549cf27798921f820ec818'/>
<id>urn:sha1:c218acfaa637d02830549cf27798921f820ec818</id>
<content type='text'>
Some of functions which were exposed in sw.h, are only used in sw.c, so
just make them static. This makes sw.h unnecessary, so remove it.

Signed-off-by: Amadeusz Sławiński &lt;amade@asmblr.net&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8192se: Remove sw.h header</title>
<updated>2020-01-26T15:39:41+00:00</updated>
<author>
<name>Amadeusz Sławiński</name>
<email>amade@asmblr.net</email>
</author>
<published>2019-12-23T12:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=5b2640835a3443e629ee2af4b8367f6abdeb142a'/>
<id>urn:sha1:5b2640835a3443e629ee2af4b8367f6abdeb142a</id>
<content type='text'>
It has one define, which is already defined in include from reg.h.
All the declared functions are not implemented anywhere, sw.c has
ones with similar names which are already static.

Signed-off-by: Amadeusz Sławiński &lt;amade@asmblr.net&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8192ee: Make functions static &amp; rm sw.h</title>
<updated>2020-01-26T15:39:40+00:00</updated>
<author>
<name>Amadeusz Sławiński</name>
<email>amade@asmblr.net</email>
</author>
<published>2019-12-23T12:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=fef8a2d969af25638f48411930f491088d6ccea0'/>
<id>urn:sha1:fef8a2d969af25638f48411930f491088d6ccea0</id>
<content type='text'>
Some of functions which were exposed in sw.h, are only used in sw.c, so
just make them static. This makes sw.h unnecessary, so remove it.

Signed-off-by: Amadeusz Sławiński &lt;amade@asmblr.net&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
</feed>
