<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8192e, branch v5.1</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: rtl8192e: Fix space and suspect issue</title>
<updated>2019-02-28T18:14:53+00:00</updated>
<author>
<name>Oscar Gomez Fuente</name>
<email>oscargomezf@gmail.com</email>
</author>
<published>2019-02-28T18:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=050bd74b700267d2f3fe13d8b9561752d7c7df19'/>
<id>050bd74b700267d2f3fe13d8b9561752d7c7df19</id>
<content type='text'>
These changes fixed a checkpatch error for space required before the
open brace '{' as well as a warning for suspect code indent for
conditional statements.

Signed-off-by: Oscar Gomez Fuente &lt;oscargomezf@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>
These changes fixed a checkpatch error for space required before the
open brace '{' as well as a warning for suspect code indent for
conditional statements.

Signed-off-by: Oscar Gomez Fuente &lt;oscargomezf@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: rtl8192e: Replace license text with SPDX identifier</title>
<updated>2019-02-21T09:58:11+00:00</updated>
<author>
<name>Bhanusree Pola</name>
<email>bhanusreemahesh@gmail.com</email>
</author>
<published>2019-02-21T07:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=160e2c9dce02030cc54be2fafa53f87b2938ddcd'/>
<id>160e2c9dce02030cc54be2fafa53f87b2938ddcd</id>
<content type='text'>
- adds the SPDX GPL-2.0 license identifier which solves the checkpatch.pl warning
- Removed license boilerplate text
- Issue found with checkpatch.pl warning:
  "WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"

Signed-off-by: Bhanusree Pola &lt;bhanusreemahesh@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>
- adds the SPDX GPL-2.0 license identifier which solves the checkpatch.pl warning
- Removed license boilerplate text
- Issue found with checkpatch.pl warning:
  "WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"

Signed-off-by: Bhanusree Pola &lt;bhanusreemahesh@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: Remove set but not used variables 'broad_addr, stype'</title>
<updated>2019-02-19T10:14:14+00:00</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2019-02-18T15:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=880cbfa02406af395a120dc758259c892053006e'/>
<id>880cbfa02406af395a120dc758259c892053006e</id>
<content type='text'>
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_tx':
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1732:28: warning:
 variable 'broad_addr' set but not used [-Wunused-but-set-variable]

drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1731:24: warning:
 variable 'stype' set but not used [-Wunused-but-set-variable]

This remove unnessesary bool variable 'multi_addr, broad_addr, uni_addr'
Also 'stype' never used and  can be removed.

Signed-off-by: YueHaibing &lt;yuehaibing@huawei.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>
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_tx':
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1732:28: warning:
 variable 'broad_addr' set but not used [-Wunused-but-set-variable]

drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1731:24: warning:
 variable 'stype' set but not used [-Wunused-but-set-variable]

This remove unnessesary bool variable 'multi_addr, broad_addr, uni_addr'
Also 'stype' never used and  can be removed.

Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename macro arguments to avoid camel case - style</title>
<updated>2019-02-14T09:47:20+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-13T21:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=18f2153dd77cdbb33c3a1e9734d86eda449fd3ac'/>
<id>18f2153dd77cdbb33c3a1e9734d86eda449fd3ac</id>
<content type='text'>
Rename following macro arguments to fix checkpatch warning: Avoid
CamelCase and make the arguments more readable, understandable.
	__pIeeeDev -&gt; __ieee_dev
	__pTa -&gt; __address

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 following macro arguments to fix checkpatch warning: Avoid
CamelCase and make the arguments more readable, understandable.
	__pIeeeDev -&gt; __ieee_dev
	__pTa -&gt; __address

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename function cpMacAddr to copy_mac_addr - style</title>
<updated>2019-02-13T18:43:34+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-12T20:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e7dd3d47bc721b79576f67b0952070b4eccccc36'/>
<id>e7dd3d47bc721b79576f67b0952070b4eccccc36</id>
<content type='text'>
Rename function cpMacAddr to copy_mac_addr in order to fix checkpatch
warning: Avoid CamelCase and make the function name more readable,
understandable.

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 function cpMacAddr to copy_mac_addr in order to fix checkpatch
warning: Avoid CamelCase and make the function name more readable,
understandable.

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename parameters of function dot11d_update_country - style</title>
<updated>2019-02-11T09:02:47+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-10T08:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7ed27a09417814d27405ad1eba932a1201a2b1c0'/>
<id>7ed27a09417814d27405ad1eba932a1201a2b1c0</id>
<content type='text'>
Rename following parameters of function dot11d_update_country to fix
checkpatch warning: Avoid CamelCase and make the parameter names more
readable, understandable.
	pTaddr -&gt; address
	CoutryIeLen -&gt; country_len
	pCoutryIe -&gt; country

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 following parameters of function dot11d_update_country to fix
checkpatch warning: Avoid CamelCase and make the parameter names more
readable, understandable.
	pTaddr -&gt; address
	CoutryIeLen -&gt; country_len
	pCoutryIe -&gt; country

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename local variables of function dot11d_update_country - style</title>
<updated>2019-02-11T09:02:47+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-10T08:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5441ab2ff54e2fe5a9c9561d53a28cd94e720f5f'/>
<id>5441ab2ff54e2fe5a9c9561d53a28cd94e720f5f</id>
<content type='text'>
Rename following local variables of function dot11d_update_country to
fix checkpatch warning: Avoid CamelCase and make the variable names more
readable, understandable.
	NumTriples -&gt; number_of_triples
	MaxChnlNum -&gt; max_channel_number
	pTriple -&gt; triple

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 following local variables of function dot11d_update_country to
fix checkpatch warning: Avoid CamelCase and make the variable names more
readable, understandable.
	NumTriples -&gt; number_of_triples
	MaxChnlNum -&gt; max_channel_number
	pTriple -&gt; triple

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename function DOT11D_ScanComplete to dot11d_scan_complete - style</title>
<updated>2019-02-11T09:02:47+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-10T08:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c40cac3b760e008d87e372caf638055887f417f2'/>
<id>c40cac3b760e008d87e372caf638055887f417f2</id>
<content type='text'>
Rename function DOT11D_ScanComplete to dot11d_scan_complete to fix
checkpatch warning: Avoid CamelCase.

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 function DOT11D_ScanComplete to dot11d_scan_complete to fix
checkpatch warning: Avoid CamelCase.

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename function Dot11d_UpdateCountryIe to dot11d_update_country - style</title>
<updated>2019-02-11T09:02:47+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-10T08:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=43defd93289fac1c136397f5b27076b908777a9c'/>
<id>43defd93289fac1c136397f5b27076b908777a9c</id>
<content type='text'>
Rename function Dot11d_UpdateCountryIe to dot11d_update_country to fix
checkpatch warning: Avoid CamelCase.

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 function Dot11d_UpdateCountryIe to dot11d_update_country to fix
checkpatch warning: Avoid CamelCase.

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8192e: rename function Dot11d_Reset to dot11d_reset - style</title>
<updated>2019-02-11T09:02:47+00:00</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-02-10T08:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8e9f5da2fd7d2c77ded0a1dbbc596d1cb75ca562'/>
<id>8e9f5da2fd7d2c77ded0a1dbbc596d1cb75ca562</id>
<content type='text'>
Rename function Dot11d_Reset to dot11d_reset to fix checkpatch warning:
Avoid CamelCase.

Signed-off-by: Himadri Pandya &lt;himadri18.07@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 function Dot11d_Reset to dot11d_reset to fix checkpatch warning:
Avoid CamelCase.

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