Skip to content

Commit

Permalink
rtlwifi: rtl8192se: Fixed coding style issues in the driver
Browse files Browse the repository at this point in the history
This patch fixes almost all coding issues in the rtl8192se driver. Only
exception is putting trailing */ on separate lines.

Signed-off-by: Daniel Stamer <daniel@stamer.info>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Daniel Stamer authored and John W. Linville committed Nov 30, 2012
1 parent 904f137 commit dac6797
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/rtlwifi/rtl8192se/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,7 @@ enum fwcmd_iotype {
FW_CMD_IQK_ENABLE = 30,
};

/*
* Driver info contain PHY status
/* Driver info contain PHY status
* and other variabel size info
* PHY Status content as below
*/
Expand Down
20 changes: 10 additions & 10 deletions drivers/net/wireless/rtlwifi/rtl8192se/dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ static void _rtl92s_dm_initial_gain_sta_beforeconnect(struct ieee80211_hw *hw)
digtable->cur_igvalue =
digtable->rx_gain_range_min;
else
digtable->cur_igvalue = digtable->rssi_val + 10 -
digtable->back_val;
digtable->cur_igvalue = digtable->rssi_val + 10
- digtable->back_val;

if (falsealm_cnt->cnt_all > 10000)
digtable->cur_igvalue =
Expand Down Expand Up @@ -518,33 +518,33 @@ static void _rtl92s_dm_initial_gain_sta_beforeconnect(struct ieee80211_hw *hw)
static void _rtl92s_dm_ctrl_initgain_bytwoport(struct ieee80211_hw *hw)
{
struct rtl_priv *rtlpriv = rtl_priv(hw);
struct dig_t *digtable = &rtlpriv->dm_digtable;
struct dig_t *dig = &rtlpriv->dm_digtable;

if (rtlpriv->mac80211.act_scanning)
return;

/* Decide the current status and if modify initial gain or not */
if (rtlpriv->mac80211.link_state >= MAC80211_LINKED ||
rtlpriv->mac80211.opmode == NL80211_IFTYPE_ADHOC)
digtable->cur_sta_cstate = DIG_STA_CONNECT;
dig->cur_sta_cstate = DIG_STA_CONNECT;
else
digtable->cur_sta_cstate = DIG_STA_DISCONNECT;
dig->cur_sta_cstate = DIG_STA_DISCONNECT;

digtable->rssi_val = rtlpriv->dm.undec_sm_pwdb;
dig->rssi_val = rtlpriv->dm.undec_sm_pwdb;

/* Change dig mode to rssi */
if (digtable->cur_sta_cstate != DIG_STA_DISCONNECT) {
if (digtable->dig_twoport_algorithm ==
if (dig->cur_sta_cstate != DIG_STA_DISCONNECT) {
if (dig->dig_twoport_algorithm ==
DIG_TWO_PORT_ALGO_FALSE_ALARM) {
digtable->dig_twoport_algorithm = DIG_TWO_PORT_ALGO_RSSI;
dig->dig_twoport_algorithm = DIG_TWO_PORT_ALGO_RSSI;
rtl92s_phy_set_fw_cmd(hw, FW_CMD_DIG_MODE_SS);
}
}

_rtl92s_dm_false_alarm_counter_statistics(hw);
_rtl92s_dm_initial_gain_sta_beforeconnect(hw);

digtable->pre_sta_cstate = digtable->cur_sta_cstate;
dig->pre_sta_cstate = dig->cur_sta_cstate;
}

static void _rtl92s_dm_ctrl_initgain_byrssi(struct ieee80211_hw *hw)
Expand Down
3 changes: 2 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8192se/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,9 @@ int rtl92se_hw_init(struct ieee80211_hw *hw)
return err;
}

void rtl92se_set_mac_addr(struct rtl_io *io, const u8 * addr)
void rtl92se_set_mac_addr(struct rtl_io *io, const u8 *addr)
{
/* This is a stub. */
}

void rtl92se_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid)
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtlwifi/rtl8192se/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void rtl92se_disable_interrupt(struct ieee80211_hw *hw);
int rtl92se_set_network_type(struct ieee80211_hw *hw,
enum nl80211_iftype type);
void rtl92se_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
void rtl92se_set_mac_addr(struct rtl_io *io, const u8 * addr);
void rtl92se_set_mac_addr(struct rtl_io *io, const u8 *addr);
void rtl92se_set_qos(struct ieee80211_hw *hw, int aci);
void rtl92se_set_beacon_related_registers(struct ieee80211_hw *hw);
void rtl92se_set_beacon_interval(struct ieee80211_hw *hw);
Expand Down
9 changes: 3 additions & 6 deletions drivers/net/wireless/rtlwifi/rtl8192se/sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ static void rtl92s_init_aspm_vars(struct ieee80211_hw *hw)
/*close ASPM for AMD defaultly */
rtlpci->const_amdpci_aspm = 0;

/*
* ASPM PS mode.
/* ASPM PS mode.
* 0 - Disable ASPM,
* 1 - Enable ASPM without Clock Req,
* 2 - Enable ASPM with Clock Req,
Expand All @@ -67,8 +66,7 @@ static void rtl92s_init_aspm_vars(struct ieee80211_hw *hw)
/*Setting for PCI-E bridge */
rtlpci->const_hostpci_aspm_setting = 0x02;

/*
* In Hw/Sw Radio Off situation.
/* In Hw/Sw Radio Off situation.
* 0 - Default,
* 1 - From ASPM setting without low Mac Pwr,
* 2 - From ASPM setting with low Mac Pwr,
Expand All @@ -77,8 +75,7 @@ static void rtl92s_init_aspm_vars(struct ieee80211_hw *hw)
*/
rtlpci->const_hwsw_rfoff_d3 = 2;

/*
* This setting works for those device with
/* This setting works for those device with
* backdoor ASPM setting such as EPHY setting.
* 0 - Not support ASPM,
* 1 - Support ASPM,
Expand Down

0 comments on commit dac6797

Please sign in to comment.