staging: wilc1000: remove do-nothing if condition case.
This patch removes do-nothing if condition case. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5191d771ca
commit
3d6d8cd890
1 changed files with 0 additions and 3 deletions
|
|
@ -326,9 +326,6 @@ void linux_wlan_mac_indicate(struct wilc *wilc, int flag)
|
|||
} else {
|
||||
wilc->mac_status = status;
|
||||
}
|
||||
|
||||
if (wilc->mac_status == WILC_MAC_STATUS_CONNECT) {
|
||||
}
|
||||
} else if (flag == WILC_MAC_INDICATE_SCAN) {
|
||||
PRINT_D(GENERIC_DBG, "Scanning ...\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue