<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8723bs/hal, branch v4.18</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: rtl8723bs: Fix camel-case in 'struct rt_firmware_hdr'.</title>
<updated>2018-05-25T16:47:22+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-05-22T07:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=699ad73456d6c970e3ce1e2225f11ad192ef8495'/>
<id>699ad73456d6c970e3ce1e2225f11ad192ef8495</id>
<content type='text'>
Replace camel-case member names with snake-case names per the linux
kernel coding style guidelines.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Replace camel-case member names with snake-case names per the linux
kernel coding style guidelines.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Fix camel-case in 'struct rt_firmware'.</title>
<updated>2018-05-25T16:47:22+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-05-22T07:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=93998817a169c03038635dbbbf884db6f05fa3f2'/>
<id>93998817a169c03038635dbbbf884db6f05fa3f2</id>
<content type='text'>
Change the members of 'struct rt_firmware' to be snake case instead
of camel-case, per the kernel coding style guide.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Change the members of 'struct rt_firmware' to be snake case instead
of camel-case, per the kernel coding style guide.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.</title>
<updated>2018-05-25T16:47:22+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-05-22T07:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=22962b380c0a9a7526c612d288af51a3cf041a67'/>
<id>22962b380c0a9a7526c612d288af51a3cf041a67</id>
<content type='text'>
Camel-case naming is discouraged int the linux kernel coding style.
Rename these files using snake case, and update the makefile to use
the new names.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Camel-case naming is discouraged int the linux kernel coding style.
Rename these files using snake case, and update the makefile to use
the new names.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Replace license boilerplate with SPDX identifiers</title>
<updated>2018-05-11T09:48:24+00:00</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2018-05-08T11:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=58391efdc1b65e629ecac241c56251a79da59be6'/>
<id>58391efdc1b65e629ecac241c56251a79da59be6</id>
<content type='text'>
This satisfies a checkpatch.pl warning and is the preferred method for
notating the license due to its lack of ambiguity.

Signed-off-by: Nathan Chancellor &lt;natechancellor@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 satisfies a checkpatch.pl warning and is the preferred method for
notating the license due to its lack of ambiguity.

Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: fix spelling mistakes: "dismatch" and "Inviation"</title>
<updated>2018-05-07T01:55:05+00:00</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2018-04-30T15:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=fb2bb23d9d5a07439e3cdae3d3e6df822b6ed69e'/>
<id>fb2bb23d9d5a07439e3cdae3d3e6df822b6ed69e</id>
<content type='text'>
Trivial fix to spelling mistakes in message text and comments

"dismatch" -&gt; "mismatch"
"Inviation" -&gt; "Invitation"

Signed-off-by: Colin Ian King &lt;colin.king@canonical.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>
Trivial fix to spelling mistakes in message text and comments

"dismatch" -&gt; "mismatch"
"Inviation" -&gt; "Invitation"

Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.</title>
<updated>2018-03-29T09:59:29+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8040b57ad89c1fda7f9e96a3b163b7617a2ab265'/>
<id>8040b57ad89c1fda7f9e96a3b163b7617a2ab265</id>
<content type='text'>
Remove duplicate newlines and newlines before closing braces.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Remove duplicate newlines and newlines before closing braces.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.</title>
<updated>2018-03-29T09:59:29+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ec57f8641fbca07bbb61a75bd4760fd7aef86860'/>
<id>ec57f8641fbca07bbb61a75bd4760fd7aef86860</id>
<content type='text'>
Change the typedef'd 'struct _ODM_Phy_Status_Info_' into
'struct odm_phy_info' and change the members to snake case in
order to meet the coding style guidelines.
Members:
* u8 RxPWDBAll            -&gt; rx_pwd_ba11
* u8 SignalQuality        -&gt; signal_quality
* s8 RxMIMOSignalQuality  -&gt; rx_mimo_signal_quality
* u8 RxMIMOEVMdbm         -&gt; rx_mimo_evm_dbm
* u8 RxMIMOSignalStrength -&gt; rx_mimo_signal_strength
* u16 Cfo_short           -&gt; cfo_short
* u16 Cfo_tail            -&gt; cfo_tail
* s8 RxPower              -&gt; rx_power
* s8 RecvSignalPower      -&gt; recv_signal_power
* u8 BTRxRSSIPercentage   -&gt; bt_rx_rssi_percentage
* u8 SignalStrength       -&gt; signal_strength
* s8 RxPwr                -&gt; rx_pwr
* u8 RxSNR                -&gt; rx_snr
* u8 BandWidth            =&gt; band_width
* u8 btCoexPwrAdjust      -&gt; bt_coex_pwr_adjust

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Change the typedef'd 'struct _ODM_Phy_Status_Info_' into
'struct odm_phy_info' and change the members to snake case in
order to meet the coding style guidelines.
Members:
* u8 RxPWDBAll            -&gt; rx_pwd_ba11
* u8 SignalQuality        -&gt; signal_quality
* s8 RxMIMOSignalQuality  -&gt; rx_mimo_signal_quality
* u8 RxMIMOEVMdbm         -&gt; rx_mimo_evm_dbm
* u8 RxMIMOSignalStrength -&gt; rx_mimo_signal_strength
* u16 Cfo_short           -&gt; cfo_short
* u16 Cfo_tail            -&gt; cfo_tail
* s8 RxPower              -&gt; rx_power
* s8 RecvSignalPower      -&gt; recv_signal_power
* u8 BTRxRSSIPercentage   -&gt; bt_rx_rssi_percentage
* u8 SignalStrength       -&gt; signal_strength
* s8 RxPwr                -&gt; rx_pwr
* u8 RxSNR                -&gt; rx_snr
* u8 BandWidth            =&gt; band_width
* u8 btCoexPwrAdjust      -&gt; bt_coex_pwr_adjust

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.</title>
<updated>2018-03-29T09:59:29+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3df3602ac74b641f54149599c78d3606b467f58e'/>
<id>3df3602ac74b641f54149599c78d3606b467f58e</id>
<content type='text'>
Change the typedef'd 'struct _ODM_Per_Pkt_Info_' into
'struct odm_packet_info' and change the members to snake case in
order to meet the coding style guidelines.
Members:
* u8 DataRate            -&gt; data_rate
* u8 StationID           -&gt; station_id
* bool bPacketMatchBSSID -&gt; bssid_match
* bool bPacketToSelf     -&gt; to_self
* bool bPacketBeacon     -&gt; is_beacon
* bool bToSelf           -&gt; (removed because it isn't used)

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Change the typedef'd 'struct _ODM_Per_Pkt_Info_' into
'struct odm_packet_info' and change the members to snake case in
order to meet the coding style guidelines.
Members:
* u8 DataRate            -&gt; data_rate
* u8 StationID           -&gt; station_id
* bool bPacketMatchBSSID -&gt; bssid_match
* bool bPacketToSelf     -&gt; to_self
* bool bPacketBeacon     -&gt; is_beacon
* bool bToSelf           -&gt; (removed because it isn't used)

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Replace NULL pointer comparison with '!'.</title>
<updated>2018-03-29T09:59:29+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9f534f7ee8558dd327f63fe07a9127eb32789065'/>
<id>9f534f7ee8558dd327f63fe07a9127eb32789065</id>
<content type='text'>
Replace the comparison of 'precvbuf' to 'NULL' with '!precvbuf'.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Replace the comparison of 'precvbuf' to 'NULL' with '!precvbuf'.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.</title>
<updated>2018-03-29T09:59:29+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9ff7c1aadd1a061bd360d831415eb15438361842'/>
<id>9ff7c1aadd1a061bd360d831415eb15438361842</id>
<content type='text'>
Factor out code from rtl8723bs_recv_tasklet() into helper methods
to unindent lines over 80 characters.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&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>
Factor out code from rtl8723bs_recv_tasklet() into helper methods
to unindent lines over 80 characters.

Signed-off-by: Quytelda Kahja &lt;quytelda@tamalin.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
