<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8723bs/hal, branch v4.17</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<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>
<entry>
<title>staging: rtl8723bs: Fix function signature that goes over 80 characters.</title>
<updated>2018-03-29T09:59:28+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e39c83fe8a5382e7402bf7602f1637fafd060228'/>
<id>e39c83fe8a5382e7402bf7602f1637fafd060228</id>
<content type='text'>
Wrap the function parameters for rtl8723bs_c2h_packet_handler() so
the function signature doesn't exceed 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>
Wrap the function parameters for rtl8723bs_c2h_packet_handler() so
the function signature doesn't exceed 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>
<entry>
<title>staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().</title>
<updated>2018-03-29T09:59:28+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b37f9e1c38017f35876df149033df6372ae3591d'/>
<id>b37f9e1c38017f35876df149033df6372ae3591d</id>
<content type='text'>
Fix lines over the 80 character limit in update_recvframe_attrib().

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>
Fix lines over the 80 character limit in update_recvframe_attrib().

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: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.</title>
<updated>2018-03-29T09:59:28+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7cb4604143ef55aa319b6781f9f6e2a8b7a84e5d'/>
<id>7cb4604143ef55aa319b6781f9f6e2a8b7a84e5d</id>
<content type='text'>
Condense multiple blank lines to one, and remove blank lines before
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>
Condense multiple blank lines to one, and remove blank lines before
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: Change camel case to snake case in 'rtl8723bs_recv.c'.</title>
<updated>2018-03-29T09:59:28+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=85e790fc97672ab940c54d74f37ac79f94981974'/>
<id>85e790fc97672ab940c54d74f37ac79f94981974</id>
<content type='text'>
Linux kernel coding style dictates the use of snake case for variable
naming.

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>
Linux kernel coding style dictates the use of snake case for variable
naming.

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: Add missing braces in else statement.</title>
<updated>2018-03-29T09:59:28+00:00</updated>
<author>
<name>Quytelda Kahja</name>
<email>quytelda@tamalin.org</email>
</author>
<published>2018-03-27T08:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3087985a65327a6d578c12b9f4df7e75d00462da'/>
<id>3087985a65327a6d578c12b9f4df7e75d00462da</id>
<content type='text'>
The style rule to leave out braces in single line conditional statements
doesn't apply when one branch is multiple lines.

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>
The style rule to leave out braces in single line conditional statements
doesn't apply when one branch is multiple lines.

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>
