staging: brcm80211: remove checkpatch warnings 'suspect code indent'
The driver sources contained a couple of checkpatch warnings of the given class. These have been cleaned up. Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
471f1b5163
commit
79560f5a7a
@ -3605,8 +3605,7 @@ brcmf_enq_event(struct brcmf_cfg80211_priv *cfg_priv, u32 event,
|
||||
|
||||
e->etype = event;
|
||||
memcpy(&e->emsg, msg, sizeof(struct brcmf_event_msg));
|
||||
if (data) {
|
||||
}
|
||||
|
||||
brcmf_lock_eq(cfg_priv);
|
||||
list_add_tail(&e->eq_list, &cfg_priv->eq_list);
|
||||
brcmf_unlock_eq(cfg_priv);
|
||||
|
@ -318,10 +318,6 @@ bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded)
|
||||
brcms_c_update_beacon(wlc);
|
||||
}
|
||||
|
||||
/* PMQ entry addition */
|
||||
if (macintstatus & MI_PMQ) {
|
||||
}
|
||||
|
||||
/* tx status */
|
||||
if (macintstatus & MI_TFS) {
|
||||
if (brcms_b_txstatus(wlc->hw, bounded, &fatal))
|
||||
|
@ -2249,8 +2249,7 @@ wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power,
|
||||
|
||||
power->tx_power_max_rate_ind[0] = pi->tx_power_max_rate_ind;
|
||||
power->tx_power_max_rate_ind[1] = pi->tx_power_max_rate_ind;
|
||||
} else if (!pi->hwpwrctrl) {
|
||||
} else if (pi->sh->up) {
|
||||
} else if (pi->hwpwrctrl && pi->sh->up) {
|
||||
|
||||
wlc_phyreg_enter(ppi);
|
||||
if (ISLCNPHY(pi)) {
|
||||
|
@ -20996,10 +20996,8 @@ s16 wlc_phy_tempsense_nphy(struct brcms_phy *pi)
|
||||
write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x01);
|
||||
|
||||
wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp, 1);
|
||||
if (NREV_GE(pi->pubpi.phy_rev, 7)) {
|
||||
} else {
|
||||
if (NREV_LT(pi->pubpi.phy_rev, 7))
|
||||
write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x05);
|
||||
}
|
||||
|
||||
wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp2, 1);
|
||||
if (NREV_GE(pi->pubpi.phy_rev, 7)) {
|
||||
@ -24578,7 +24576,6 @@ static void wlc_phy_calc_rx_iq_comp_nphy(struct brcms_phy *pi, u8 core_mask)
|
||||
}
|
||||
|
||||
new_comp = old_comp;
|
||||
} else if (cal_retry > 0) {
|
||||
}
|
||||
|
||||
wlc_phy_rx_iq_coeffs_nphy(pi, 1, &new_comp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user