mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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 <shreya.ajithchb@gmail.com> Link: https://lore.kernel.org/r/20210316123118.GA2312@shreya-VirtualBox Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
29420aeb4c
commit
8b2a95eea7
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user