Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rsi: fix indentation issue with a code block

There is a block of code that is indented at the wrong level. Fix this
with extra tabbing.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Colin Ian King and committed by
Kalle Valo
34025a10 47b08e75

+8 -8
+8 -8
drivers/net/wireless/rsi/rsi_91x_mac80211.c
··· 816 816 adapter->ps_info.dtim_interval_duration = bss->dtim_period; 817 817 adapter->ps_info.listen_interval = conf->listen_interval; 818 818 819 - /* If U-APSD is updated, send ps parameters to firmware */ 820 - if (bss->assoc) { 821 - if (common->uapsd_bitmap) { 822 - rsi_dbg(INFO_ZONE, "Configuring UAPSD\n"); 823 - rsi_conf_uapsd(adapter, vif); 819 + /* If U-APSD is updated, send ps parameters to firmware */ 820 + if (bss->assoc) { 821 + if (common->uapsd_bitmap) { 822 + rsi_dbg(INFO_ZONE, "Configuring UAPSD\n"); 823 + rsi_conf_uapsd(adapter, vif); 824 + } 825 + } else { 826 + common->uapsd_bitmap = 0; 824 827 } 825 - } else { 826 - common->uapsd_bitmap = 0; 827 - } 828 828 } 829 829 830 830 if (changed & BSS_CHANGED_CQM) {