staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
authorShreya Ajith <shreya.ajithchb@gmail.com>
Tue, 16 Mar 2021 12:31:18 +0000 (18:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Mar 2021 09:18:23 +0000 (10:18 +0100)
Fixed the indentation of the else part of the conditional statement.

Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>
Link: https://lore.kernel.org/r/20210316123118.GA2312@shreya-VirtualBox
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_wlan_util.c

index 355e43c4cf9afe71d08b9ff25307ff4a8f549714..fc92c62ad4ab7bf7de651438eb494791f22126c6 100644 (file)
@@ -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);
 }