From: Shreya Ajith Date: Tue, 16 Mar 2021 12:31:18 +0000 (+0530) Subject: staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue X-Git-Tag: v5.13-rc1~173^2~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b2a95eea7c131b22458df9a316f863d46daf48b;p=thirdparty%2Fkernel%2Flinux.git staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya Ajith Link: https://lore.kernel.org/r/20210316123118.GA2312@shreya-VirtualBox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c index 355e43c4cf9af..fc92c62ad4ab7 100644 --- a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c +++ b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c @@ -1760,7 +1760,7 @@ void update_wireless_mode(struct adapter *padapter) if (pmlmeext->cur_wireless_mode & WIRELESS_11B) update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB); - else + else update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB); }