<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8188eu/include, branch v3.19</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: rtl8188eu: hal: hal_intf.c: Cleaning up functions that are not used anywhere</title>
<updated>2014-12-03T00:29:26+00:00</updated>
<author>
<name>Rickard Strandqvist</name>
<email>rickard_strandqvist@spectrumdigital.se</email>
</author>
<published>2014-12-02T22:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=99eff12f8a28762ac5d96158f0e344d64f978d28'/>
<id>99eff12f8a28762ac5d96158f0e344d64f978d28</id>
<content type='text'>
Removes some functions that are not used anywhere.
rtw_hal_interrupt_handler() rtw_hal_sreset_get_wifi_status()

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist &lt;rickard_strandqvist@spectrumdigital.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes some functions that are not used anywhere.
rtw_hal_interrupt_handler() rtw_hal_sreset_get_wifi_status()

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist &lt;rickard_strandqvist@spectrumdigital.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rtl8188eu: Fix a typo in rtw_led.*</title>
<updated>2014-11-26T23:27:25+00:00</updated>
<author>
<name>Krzysztof Konopko</name>
<email>kris@konagma.com</email>
</author>
<published>2014-11-06T23:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f4a52b40dee4fcacf6b7c34483cd0a0133df4436'/>
<id>f4a52b40dee4fcacf6b7c34483cd0a0133df4436</id>
<content type='text'>
A rather obvious typo in one of the identifier has been found.  This patch
fixes the typo and ensures any lines changed do not exceed 80 characters
as indicated by scripts/checkpatch.pl

Signed-off-by: Krzysztof Konopko &lt;kris@konagma.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A rather obvious typo in one of the identifier has been found.  This patch
fixes the typo and ensures any lines changed do not exceed 80 characters
as indicated by scripts/checkpatch.pl

Signed-off-by: Krzysztof Konopko &lt;kris@konagma.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rtl8188eu: Fix FSF_MAILING_ADDRESS in rtw_led.*</title>
<updated>2014-11-26T23:27:25+00:00</updated>
<author>
<name>Krzysztof Konopko</name>
<email>kris@konagma.com</email>
</author>
<published>2014-11-06T23:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=79a8641d9f104b1cb089eb734373612e369f8fe8'/>
<id>79a8641d9f104b1cb089eb734373612e369f8fe8</id>
<content type='text'>
rtw_led.* files include Free Software Foundation's mailing address in
the sample GPL notice.  This is not desired and picked when running
scripts/checkpatch.pl.

Signed-off-by: Krzysztof Konopko &lt;kris@konagma.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtw_led.* files include Free Software Foundation's mailing address in
the sample GPL notice.  This is not desired and picked when running
scripts/checkpatch.pl.

Signed-off-by: Krzysztof Konopko &lt;kris@konagma.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Fix coding style space related ERROR problems</title>
<updated>2014-11-04T02:13:34+00:00</updated>
<author>
<name>Jia He</name>
<email>hejianet@gmail.com</email>
</author>
<published>2014-11-04T01:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7be921a226dcbbbd8fb6f5d63bea4856b3a11624'/>
<id>7be921a226dcbbbd8fb6f5d63bea4856b3a11624</id>
<content type='text'>
This fixes space related ERROR reports by checkpatch.pl
Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \
  xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING
Already checked by text comparasion
$git diff -w
and binary comparasion of r8188eu.ko
$objdiff diff &lt;old_commit&gt; &lt;new_commit&gt;

Signed-off-by: Jia He &lt;hejianet@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes space related ERROR reports by checkpatch.pl
Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \
  xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING
Already checked by text comparasion
$git diff -w
and binary comparasion of r8188eu.ko
$objdiff diff &lt;old_commit&gt; &lt;new_commit&gt;

Signed-off-by: Jia He &lt;hejianet@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: rtl8188eu: include: Remove unused macros</title>
<updated>2014-10-20T02:29:12+00:00</updated>
<author>
<name>Mahati Chamarthy</name>
<email>mahati.chamarthy@gmail.com</email>
</author>
<published>2014-10-06T16:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0b7d9bc2a44908363dfaf119b2538e839aab45c0'/>
<id>0b7d9bc2a44908363dfaf119b2538e839aab45c0</id>
<content type='text'>
This patch removes macros that are never used.

Signed-off-by: Mahati Chamarthy &lt;mahati.chamarthy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes macros that are never used.

Signed-off-by: Mahati Chamarthy &lt;mahati.chamarthy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: rtl8188eu: include: Remove unnecessary macro</title>
<updated>2014-10-20T02:29:12+00:00</updated>
<author>
<name>Mahati Chamarthy</name>
<email>mahati.chamarthy@gmail.com</email>
</author>
<published>2014-10-04T16:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c9e27530b25fd8a01149a749488aef1353856c5e'/>
<id>c9e27530b25fd8a01149a749488aef1353856c5e</id>
<content type='text'>
This patch removes a macro which is not used anywhere except in the header
file. The existing usage in the header file is replaced with the actual value.

Signed-off-by: Mahati Chamarthy &lt;mahati.chamarthy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes a macro which is not used anywhere except in the header
file. The existing usage in the header file is replaced with the actual value.

Signed-off-by: Mahati Chamarthy &lt;mahati.chamarthy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8188eu: odm.h: Remove unused struct dyn_primary_cca</title>
<updated>2014-09-24T06:47:13+00:00</updated>
<author>
<name>navin patidar</name>
<email>navin.patidar@gmail.com</email>
</author>
<published>2014-09-20T14:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=368c75b98bdfdfad54e7f165016819ef344e3587'/>
<id>368c75b98bdfdfad54e7f165016819ef344e3587</id>
<content type='text'>
struct odm_dm_struct has a member of struct dyn_primary_cca,
which is initialized once and then never used by driver, so
we can remove struct dyn_promary_cca and code which initialize
it.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct odm_dm_struct has a member of struct dyn_primary_cca,
which is initialized once and then never used by driver, so
we can remove struct dyn_promary_cca and code which initialize
it.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Rework function ODM_AntennaDiversity_88E()</title>
<updated>2014-09-24T06:47:13+00:00</updated>
<author>
<name>navin patidar</name>
<email>navin.patidar@gmail.com</email>
</author>
<published>2014-09-20T14:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8f4ece938a70f6022a269f85bc06e796500f3ce3'/>
<id>8f4ece938a70f6022a269f85bc06e796500f3ce3</id>
<content type='text'>
Rename CamelCase function name.
Remove unnecessary comments.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename CamelCase function name.
Remove unnecessary comments.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Rework function ODM_AntselStatistics_88E()</title>
<updated>2014-09-24T06:47:13+00:00</updated>
<author>
<name>navin patidar</name>
<email>navin.patidar@gmail.com</email>
</author>
<published>2014-09-20T14:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5c45dde4ab133b1e8f1690670b5a09d60a8754d6'/>
<id>5c45dde4ab133b1e8f1690670b5a09d60a8754d6</id>
<content type='text'>
Rename CamelCase function name and local variables.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename CamelCase function name and local variables.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Rework function ODM_SetTxAntByTxInfo_88E()</title>
<updated>2014-09-24T06:47:13+00:00</updated>
<author>
<name>navin patidar</name>
<email>navin.patidar@gmail.com</email>
</author>
<published>2014-09-20T14:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6b26b75dafb0dd53d10c2cf98c9b8c92e41a4cf3'/>
<id>6b26b75dafb0dd53d10c2cf98c9b8c92e41a4cf3</id>
<content type='text'>
Rename CamelCase function name and local variables.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename CamelCase function name and local variables.

Signed-off-by: navin patidar &lt;navin.patidar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
