staging: rtlwifi: Keep expressions on one line
Edit two statements to keep expressions on one line--one from Julia's feedback. Signed-off-by: Maya Nakamura <m.maya.nakamura@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ec5043bf85
commit
459b678571
@ -159,9 +159,7 @@ void phydm_init_debug_setting(struct phy_dm_struct *dm)
|
||||
dm->debug_level = ODM_DBG_TRACE;
|
||||
|
||||
dm->fw_debug_components = 0;
|
||||
dm->debug_components =
|
||||
|
||||
0;
|
||||
dm->debug_components = 0;
|
||||
|
||||
dm->fw_buff_is_enpty = true;
|
||||
dm->pre_c2h_seq = 0;
|
||||
|
@ -45,8 +45,8 @@ static u32 phydm_process_rssi_pwdb(struct phy_dm_struct *dm,
|
||||
u32 weighting = 0, undecorated_smoothed_pwdb;
|
||||
/* 2011.07.28 LukeLee: modified to prevent unstable CCK RSSI */
|
||||
|
||||
if (entry->rssi_stat.ofdm_pkt ==
|
||||
64) { /* speed up when all packets are OFDM*/
|
||||
if (entry->rssi_stat.ofdm_pkt == 64) {
|
||||
/* speed up when all packets are OFDM */
|
||||
undecorated_smoothed_pwdb = undecorated_smoothed_ofdm;
|
||||
ODM_RT_TRACE(dm, ODM_COMP_RSSI_MONITOR,
|
||||
"PWDB_0[%d] = (( %d ))\n", pktinfo->station_id,
|
||||
|
Loading…
Reference in New Issue
Block a user