mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 20:58:14 -04:00
staging: wilc1000: wilc_wfi_netdevice.c: remove unused codes
Remove if statement that has no any codes. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
66f1a77ec1
commit
5927139ab5
@@ -906,9 +906,6 @@ int WILC_WFI_InitModule(void)
|
||||
priv[0] = netdev_priv(WILC_WFI_devs[0]);
|
||||
priv[1] = netdev_priv(WILC_WFI_devs[1]);
|
||||
|
||||
if (priv[1]->dev->ieee80211_ptr->wiphy->interface_modes && BIT(NL80211_IFTYPE_MONITOR)) {
|
||||
|
||||
}
|
||||
priv[0]->bCfgScanning = false;
|
||||
priv[0]->u32RcvdChCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user