mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
staging: rtl8723bs: fix broken indentation
fix indentation broken by patch removing conditional
code blocks checked by unused
CONFIG_INTERRUPT_BASED_TXBCN family defines
Fixes: 65f183001f (staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_INTERRUPT_BASED_TXBCN*)
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210326180632.1859-1-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
babb5b8e2b
commit
2e2b93ac2e
@@ -907,9 +907,9 @@ void start_bss_network(struct adapter *padapter, u8 *pbuf)
|
||||
if (pmlmeext->bstart_bss) {
|
||||
update_beacon(padapter, WLAN_EID_TIM, NULL, true);
|
||||
|
||||
/* issue beacon frame */
|
||||
if (send_beacon(padapter) == _FAIL)
|
||||
DBG_871X("issue_beacon, fail!\n");
|
||||
/* issue beacon frame */
|
||||
if (send_beacon(padapter) == _FAIL)
|
||||
DBG_871X("issue_beacon, fail!\n");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user